Press the lap button during a run and a stopwatch records two numbers, not one. Most people glance at whichever is bigger and move on. Knowing which is which is the difference between a list of times and something you can actually learn from.
The two numbers
Lap time is how long that segment took. Start the clock, press lap at the end of the first kilometre, and the lap time is how long that kilometre took — nothing before it, nothing after.
Split time is the total elapsed since you started. It never resets. It only grows.
Run four kilometres at roughly five minutes each and you get:
| # | Lap | Split |
|---|---|---|
| 1 | 5:02 | 5:02 |
| 2 | 4:58 | 10:00 |
| 3 | 5:11 | 15:11 |
| 4 | 4:49 | 20:00 |
The first row is always identical in both columns — at the end of segment one, the segment is the total. After that they diverge, and the gap between them is everything that came before.
Which one answers your question
They answer genuinely different questions, and reaching for the wrong one is why timing data so often feels useless.
Lap times answer “how am I doing right now?” They’re comparable to each other. Kilometre 3 at 5:11 is your slow one; kilometre 4 at 4:49 is your fastest. That’s a pacing story you can read at a glance, and it’s the one that tells you something about the effort.
Split times answer “where am I against the target?” If you want to finish 10 km in 50 minutes, you need 25:00 on the clock at halfway. The split tells you instantly. The lap time can’t — you’d have to add four numbers in your head while running.
A useful habit: watch splits during the effort, read laps after it. Splits keep you honest against a plan. Laps tell you what actually happened.
Where it stops being about running
The same distinction applies anywhere a long task has parts:
- Cooking. Lap times per stage — proving, resting, reducing. The split tells you when dinner lands.
- Work sessions. Lap per task; split for the meeting you have at four.
- Music practice. Lap per passage, to see which one keeps eating your time.
- Repairs and lab work. Lap per step, split for the whole procedure — and the laps are what you compare next time.
The pattern is the same: laps compare parts to each other, splits compare the whole to a deadline.
Why the two columns always reconcile
There’s a subtlety worth knowing, because it’s where some timing tools quietly go wrong.
Your lap times should sum exactly to your final split. If they don’t, something has been rounded or dropped, and you can’t trust either column.
TiCaNo Stopwatch guarantees this by construction: it records each lap’s own duration, then derives the split by adding that lap to the previous split. Split four is laps one through four added up — not a separately measured number that happens to land nearby. Round-off can’t accumulate between the two columns, because there aren’t two independent measurements to disagree.
It’s a small design decision that you’ll never notice, which is the point. The numbers add up because they were built to.
Reading a lap list well
Once you have both columns, a few things are worth looking for:
The outlier. One lap much slower than its neighbours usually isn’t fatigue — it’s an interruption. A traffic light, a dropped tool, a phone call. Worth naming so that next month you remember why.
The drift. Laps creeping up steadily is a pacing story. Laps creeping up and then dropping sharply at the end means you had more left than you spent.
The first lap. It’s almost always unrepresentative. You’re starting, adjusting, finding the rhythm. Many people simply ignore lap one when comparing sessions, and that’s reasonable.
In TiCaNo Stopwatch
Both numbers are recorded on every lap in TiCaNo Stopwatch, and you can read them as laps, as splits, or both at once. Laps can be renamed — “warm-up”, “the hill”, “set 3” — which turns a numbered list into something still legible a month later.
The laps panel can show either column or both, and a summary row can add your fastest, slowest and average lap — the guide’s laps and splits section has the details.
Exports carry each segment’s own duration along with its start and end timestamps, so the split is always recoverable — and if you want the running total in a spreadsheet, it’s a single cumulative-sum column away.
If you take one thing from this: the number that changes how you’re running right now is the lap. The number that tells you whether you’ll make it is the split. Both are already there every time you press the button.