1. Calculating CSS Intervals for a 400m Time Trial
Triathlon CoachBackground
A coach needs to set up a threshold set of 10x100m for an athlete who recently completed a 400m benchmark swim in 6 minutes (360 seconds).
Problem
Manually calculating the 100m threshold pace and adding a 15-second rest to find the exact send-off time.
How to use
Set the benchmark distance to 400m, benchmark time to 360 seconds, pool length to 25m, interval distance to 100m, repeats to 10, and rest to 15 seconds.
{
"benchmarkDistanceMeters": 400,
"benchmarkTimeSeconds": 360,
"poolLengthMeters": 25,
"repeats": 10,
"intervalDistanceMeters": 100,
"restSeconds": 15
}Outcome
Generates a target pace of 22.5 seconds per 25m and a send-off time of 105 seconds (1:45) per 100m interval.