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=15982
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15983", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15981", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15982, "results": [ { "start": 971450224, "stop": 971450238 }, { "start": 971450241, "stop": 971450247 }, { "start": 971450252, "stop": 971450258 }, { "start": 971450260, "stop": 971450263 }, { "start": 971450268, "stop": 971450271 }, { "start": 971450279, "stop": 971450288 }, { "start": 971450289, "stop": 971450292 }, { "start": 971450294, "stop": 971450295 }, { "start": 971450296, "stop": 971450304 }, { "start": 971450306, "stop": 971450309 }, { "start": 971450314, "stop": 971450317 }, { "start": 971450326, "stop": 971450344 }, { "start": 971450346, "stop": 971450350 }, { "start": 971450356, "stop": 971450357 }, { "start": 971450361, "stop": 971450388 }, { "start": 971450392, "stop": 971450396 }, { "start": 971450400, "stop": 971450401 }, { "start": 971450405, "stop": 971450406 }, { "start": 971450414, "stop": 971450417 }, { "start": 971450423, "stop": 971450425 } ] }