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=15716
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15717", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15715", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15716, "results": [ { "start": 971164312, "stop": 971164313 }, { "start": 971164316, "stop": 971164317 }, { "start": 971164321, "stop": 971164322 }, { "start": 971164328, "stop": 971164329 }, { "start": 971164334, "stop": 971164335 }, { "start": 971164336, "stop": 971164338 }, { "start": 971164339, "stop": 971164340 }, { "start": 971164347, "stop": 971164348 }, { "start": 971164352, "stop": 971164354 }, { "start": 971164356, "stop": 971164357 }, { "start": 971164358, "stop": 971164359 }, { "start": 971164366, "stop": 971164368 }, { "start": 971164369, "stop": 971164372 }, { "start": 971164374, "stop": 971164378 }, { "start": 971164379, "stop": 971164380 }, { "start": 971164383, "stop": 971164384 }, { "start": 971164386, "stop": 971164392 }, { "start": 971164396, "stop": 971164399 }, { "start": 971164401, "stop": 971164402 }, { "start": 971164404, "stop": 971164405 } ] }