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_CAT3/segments?format=api&page=133
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=134", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=132", "results_count": 182857, "results_per_page": 20, "num_pages": 9143, "page_number": 133, "results": [ { "start": 816982698, "stop": 816982709 }, { "start": 816982744, "stop": 816983033 }, { "start": 816983055, "stop": 816983061 }, { "start": 816983080, "stop": 816983087 }, { "start": 816983107, "stop": 816983112 }, { "start": 816983163, "stop": 816983197 }, { "start": 816983341, "stop": 816983427 }, { "start": 816983467, "stop": 816983487 }, { "start": 816983520, "stop": 816983639 }, { "start": 816983673, "stop": 816983735 }, { "start": 816983755, "stop": 816983889 }, { "start": 816983908, "stop": 816983924 }, { "start": 816984008, "stop": 816984099 }, { "start": 816984173, "stop": 816984200 }, { "start": 816984228, "stop": 816984312 }, { "start": 816984333, "stop": 816984371 }, { "start": 816984393, "stop": 816984530 }, { "start": 816984566, "stop": 816984706 }, { "start": 816984727, "stop": 816984781 }, { "start": 816984785, "stop": 816984923 } ] }