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_CBCHIGH_CAT2/segments?format=api&page=435
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=436", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=434", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 435, "results": [ { "start": 818737227, "stop": 818737233 }, { "start": 818737242, "stop": 818737244 }, { "start": 818737247, "stop": 818737248 }, { "start": 818737267, "stop": 818737269 }, { "start": 818737272, "stop": 818737274 }, { "start": 818737280, "stop": 818737283 }, { "start": 818737290, "stop": 818737295 }, { "start": 818737299, "stop": 818737304 }, { "start": 818737307, "stop": 818737314 }, { "start": 818737320, "stop": 818737329 }, { "start": 818737336, "stop": 818737361 }, { "start": 818737365, "stop": 818737367 }, { "start": 818737375, "stop": 818737394 }, { "start": 818737398, "stop": 818737400 }, { "start": 818737403, "stop": 818737420 }, { "start": 818737424, "stop": 818737428 }, { "start": 818737431, "stop": 818737434 }, { "start": 818737437, "stop": 818737439 }, { "start": 818737443, "stop": 818737445 }, { "start": 818737459, "stop": 818737463 } ] }