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_CAT4/segments?format=api&page=102
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=103", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=101", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 102, "results": [ { "start": 816927709, "stop": 816927712 }, { "start": 816927732, "stop": 816927784 }, { "start": 816927826, "stop": 816927857 }, { "start": 816927928, "stop": 816927940 }, { "start": 816927989, "stop": 816928008 }, { "start": 816928043, "stop": 816928086 }, { "start": 816928148, "stop": 816928159 }, { "start": 816928186, "stop": 816928308 }, { "start": 816928342, "stop": 816928360 }, { "start": 816928423, "stop": 816928544 }, { "start": 816928596, "stop": 816928703 }, { "start": 816928726, "stop": 816928752 }, { "start": 816928774, "stop": 816928862 }, { "start": 816928903, "stop": 816928993 }, { "start": 816929014, "stop": 816929018 }, { "start": 816929043, "stop": 816929047 }, { "start": 816929066, "stop": 816929158 }, { "start": 816929198, "stop": 816929250 }, { "start": 816929297, "stop": 816929311 }, { "start": 816929331, "stop": 816929361 } ] }