I'm looking at some HSP service metrics data using the api at
https://hsp-prod.rockshore.net/api/v1/serviceMetrics, and sending queries like this.
payload = {
"from_loc": "RDG",
"to_loc": "PAD",
"from_time": "0700",
"to_time": "0900",
"from_date": "2026-03-01",
"to_date": "2026-03-31",
"days": "WEEKDAY",
"tolerance": ['2', '5', '10'],
}
Which returns data for 522 trains that ran in that window for that period - 520 GW trains and 2 XR trains. My understanding is that XR is the Elizabeth Line, so that number seems a bit unlikely. Is it the case that the HSP data doesn't include travel through the core section, or is there a different CRS I should be using, or am I making some other dumb mistake here?
Thanks for any assistance!
Ed