31,912 finishers, one piece of advice

Every coach tells you to run the second half faster.

Out of a whole Boston field, 795 people did.

The negative split is the most repeated piece of marathon wisdom there is. It is also, for almost everyone, a thing that does not happen. I took the official timing-mat splits for the entire 2014 Boston Marathon and cut every runner's race in half. 2.5% of the field came home faster than they went out. The median runner's second half was 14% slower than the first.

2.5%

of finishers ran a genuine negative split. Another 4% or so held within 2% of even pace. The remaining ~94% slowed down.

+14%

median second-half slowdown across the field. Not a tail of blow-ups pulling an average around — the middle of the distribution.

4.6%

median slowdown for the 2:00–2:30 finishers. Even pacing is what the fast runners are doing differently.

26.8%

median slowdown for the 5:00–6:00 finishers. Nearly six times the fade of the front of the field.

Start · the question

Good advice, or advice nobody can take?

Hold back early, finish faster, run your best time. Every training plan says it. The advice is sound, and the physiology behind it is real. What I wanted was the other number, the one nobody quotes: out of thousands of ordinary runners on an ordinary race day, how many actually do it?

Boston publishes timing-mat splits for every finisher, which makes the question answerable rather than arguable. Each runner's race splits cleanly into the time to the half-marathon mat and the time from that mat to the line. If the second number is smaller, that is a negative split. No modelling, no adjustment, just subtraction across an entire field.

↓ the answer

Almost nobody speeds up

2.5%

of 31,912 finishers ran the second half faster than the first.

Roughly another 4% paced within 2% of even, which is close enough to call it flat. Everyone else — about 94% of the field — gave time back. This is not a story about a few people blowing up. It is what the marathon does to nearly everybody who runs one.

Bar chart of pacing categories across the field: a small negative-split bar at 2.5%, a slightly larger even-pace bar, and an overwhelming positive-split bar covering about 94% of finishers.
Three categories, one of which contains almost the whole race.
Histogram of each runner's second-half slowdown. The entire distribution sits to the right of the zero line, peaking around a 12 to 15 percent slowdown with a long tail out past 40 percent.
The whole distribution sits on the slow side of even. The peak is not at zero, it is at about 12–15% slower.

↓ who it separates

Even pacing is a symptom of being fast

Split the field by finish time and the slowdown grows almost monotonically from front to back. The 2:00–2:30 group loses about 4.6% in the back half. The 5:00–6:00 group loses 26.8%. The curve barely moves across the first two brackets, then steepens all the way to the end of the field.

Which way the causation runs is worth being careful about. Even pacing almost certainly helps, but a lot of this gap is simply that fitter runners are further from their limit at halfway. The chart shows the association; it cannot separate the two on its own.

Line chart of median second-half slowdown by finish-time bracket, rising from about 4.6 percent for 2 to 2.5 hour finishers to about 26.8 percent for 5 to 6 hour finishers.
Median slowdown by finish bracket. Flat at the front, steep at the back.

↓ a smaller gap

Women paced slightly more evenly

A median slowdown of about 13.4% against 14.8% for men. It is a real gap and it points the same way as other published work on the question, but it is small next to the ability effect above. Worth reporting; not worth a headline.

Bar chart comparing median second-half slowdown for men and women, about 14.8 percent against 13.4 percent, alongside the share of each group running a negative split.
Median slowdown by gender, with each group's negative-split share alongside.

↓ what this cannot tell you

One race, one day, one course

This is a single edition of a single marathon, and Boston is not a neutral course. It drops sharply for the first few miles and puts its hills between 16 and 21 miles, which is close to the worst possible arrangement for holding an even split. Some of the 14% is the course rather than the runner.

Boston is also a qualifying race, so this field is faster and more experienced than a typical big-city marathon. If anything that biases toward even pacing. A general-entry field would likely fade harder, not less.

What survives those caveats is the shape rather than the exact number. The lopsidedness is enormous, it points the same way in every field that has been looked at, and no plausible course correction moves 2.5% anywhere near half.

↓ so what

The useful reading is the reverse one

It would be easy to take this as "negative splitting is a myth, stop trying." That is the wrong lesson. The runners who came closest to even pacing are the ones who ran fastest, and the error the field makes is overwhelmingly in one direction.

Out of 31,912 people, essentially nobody made the mistake of starting too slowly. Whatever pace feels right at the start line, the entire field suggests it is too fast.

The finding, stated usefully

Finish · how it was built

Where the numbers come from

Two Python files, no manual steps. fetch_data.py pulls the results, analyze.py writes every figure and table on this page. The raw data is git-ignored and re-downloaded on demand; the outputs are committed, so the repository shows its work.

Data
Official 2014 Boston Marathon results, via the public llimllib/bostonmarathon mirror
Sample
31,912 finishers carrying a valid half-marathon split
Definition
First half = the half-marathon mat time. Second half = finish − half. Negative split = second < first
Built with
Python, pandas, matplotlib
Reproduce
pip install -r requirements.txt, then python fetch_data.py && python analyze.py
Companion study
Hitting the Wall, which follows the same field 5 km at a time to find where the fade starts

Next time, start slower than feels right