Hello All,
I'm trying to investigate a software idea, that would require me to find all the delays (preferably with a query parameter of delay threshold) for a particular user defined route in the last week.
So for example, someone might want to know all the delayed trains from Derby->Sheffield in the last week.
tolerance (optional) is a set of up to three values to set the
tolerances, e.g. ['2', '5', '10'] will return statistics for the number
of trains which arrived at the to_loc within 2 minutes, within 5 minutes and within 10 minutes of their scheduled time
Whereas I'm interested in whether a train was 15m, 30m or an hour late. I see that I can individually query the serviceDetails endpoint with every individual RID to find that information but this doesn't feel like the right thing to do.
I'm after some advice please, as I'm a bit bewildered by the available datasets! Would someone please be able to point me in the right direction?
Much appreciated.