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_CAT3/segments?format=api&page=14632
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14633", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14631", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14632, "results": [ { "start": 971164227, "stop": 971164228 }, { "start": 971164234, "stop": 971164235 }, { "start": 971164237, "stop": 971164245 }, { "start": 971164249, "stop": 971164250 }, { "start": 971164251, "stop": 971164252 }, { "start": 971164253, "stop": 971164256 }, { "start": 971164264, "stop": 971164267 }, { "start": 971164268, "stop": 971164270 }, { "start": 971164273, "stop": 971164275 }, { "start": 971164276, "stop": 971164280 }, { "start": 971164281, "stop": 971164283 }, { "start": 971164285, "stop": 971164290 }, { "start": 971164295, "stop": 971164300 }, { "start": 971164301, "stop": 971164302 }, { "start": 971164307, "stop": 971164309 }, { "start": 971164312, "stop": 971164313 }, { "start": 971164316, "stop": 971164317 }, { "start": 971164321, "stop": 971164322 }, { "start": 971164328, "stop": 971164329 }, { "start": 971164334, "stop": 971164335 } ] }