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_H2L1/segments?format=api&page=824
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=825", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=823", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 824, "results": [ { "start": 863041677, "stop": 863041887 }, { "start": 863042077, "stop": 863050807 }, { "start": 863050957, "stop": 863052217 }, { "start": 863055655, "stop": 863062555 }, { "start": 863062762, "stop": 863073022 }, { "start": 863075051, "stop": 863075831 }, { "start": 863077542, "stop": 863091402 }, { "start": 863092733, "stop": 863094593 }, { "start": 863095165, "stop": 863095525 }, { "start": 863095732, "stop": 863096092 }, { "start": 863097124, "stop": 863101684 }, { "start": 863102009, "stop": 863104739 }, { "start": 863104889, "stop": 863105729 }, { "start": 863105789, "stop": 863107709 }, { "start": 863107859, "stop": 863110529 }, { "start": 863110693, "stop": 863118343 }, { "start": 863118373, "stop": 863118433 }, { "start": 863118553, "stop": 863119333 }, { "start": 863125091, "stop": 863125211 }, { "start": 863125241, "stop": 863126171 } ] }