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=49
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=50", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=48", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 49, "results": [ { "start": 817425782, "stop": 817425814 }, { "start": 817425817, "stop": 817425836 }, { "start": 817425840, "stop": 817425841 }, { "start": 817425844, "stop": 817426239 }, { "start": 817426242, "stop": 817426300 }, { "start": 817426303, "stop": 817426418 }, { "start": 817430054, "stop": 817431727 }, { "start": 817431730, "stop": 817434290 }, { "start": 817434545, "stop": 817437293 }, { "start": 817437300, "stop": 817441817 }, { "start": 817441820, "stop": 817443184 }, { "start": 817443189, "stop": 817443629 }, { "start": 817443634, "stop": 817443675 }, { "start": 817443679, "stop": 817443687 }, { "start": 817443690, "stop": 817443701 }, { "start": 817443704, "stop": 817444394 }, { "start": 817444398, "stop": 817444879 }, { "start": 817444882, "stop": 817445003 }, { "start": 817445006, "stop": 817445109 }, { "start": 817445111, "stop": 817447360 } ] }