Run Segment List
Return the segments for a given timeline for a run.
Query parameters:
start=<int>: Initial GPS time of the desired GPS interval.stop=<int>: Final GPS time of the desired GPS interval.compact: Return a list of segment [start, stop] list.pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=138
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=139", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=137", "results_count": 22462, "results_per_page": 20, "num_pages": 1124, "page_number": 138, "results": [ { "start": 822596304, "stop": 822596484 }, { "start": 822596860, "stop": 822596920 }, { "start": 822597299, "stop": 822597359 }, { "start": 822599204, "stop": 822599264 }, { "start": 822599775, "stop": 822599955 }, { "start": 822600563, "stop": 822600623 }, { "start": 822601191, "stop": 822601251 }, { "start": 822603171, "stop": 822603231 }, { "start": 822605349, "stop": 822605409 }, { "start": 822605767, "stop": 822605857 }, { "start": 822606189, "stop": 822606429 }, { "start": 822606754, "stop": 822607234 }, { "start": 822607405, "stop": 822610195 }, { "start": 822610345, "stop": 822611965 }, { "start": 822613564, "stop": 822614524 }, { "start": 822614953, "stop": 822616693 }, { "start": 822617906, "stop": 822618626 }, { "start": 822618787, "stop": 822618847 }, { "start": 822619009, "stop": 822619069 }, { "start": 822619466, "stop": 822620126 } ] }