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/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15889
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15890", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15888", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15889, "results": [ { "start": 971252414, "stop": 971252416 }, { "start": 971252417, "stop": 971252423 }, { "start": 971252425, "stop": 971252429 }, { "start": 971252438, "stop": 971252458 }, { "start": 971252459, "stop": 971252487 }, { "start": 971252488, "stop": 971252490 }, { "start": 971252491, "stop": 971252506 }, { "start": 971252507, "stop": 971252512 }, { "start": 971252514, "stop": 971252517 }, { "start": 971252518, "stop": 971252541 }, { "start": 971252543, "stop": 971252544 }, { "start": 971252548, "stop": 971252552 }, { "start": 971252553, "stop": 971252560 }, { "start": 971252561, "stop": 971252563 }, { "start": 971252565, "stop": 971252572 }, { "start": 971252575, "stop": 971252578 }, { "start": 971252579, "stop": 971252584 }, { "start": 971252586, "stop": 971252601 }, { "start": 971252603, "stop": 971252607 }, { "start": 971252609, "stop": 971252613 } ] }