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_CAT2/segments?format=api&page=1197
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1198", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1196", "results_count": 28169, "results_per_page": 20, "num_pages": 1409, "page_number": 1197, "results": [ { "start": 953283115, "stop": 953283476 }, { "start": 953283477, "stop": 953284380 }, { "start": 953284382, "stop": 953286130 }, { "start": 953286132, "stop": 953288068 }, { "start": 953288070, "stop": 953289679 }, { "start": 953289681, "stop": 953290296 }, { "start": 953296469, "stop": 953296695 }, { "start": 953296697, "stop": 953297046 }, { "start": 953297048, "stop": 953297210 }, { "start": 953297212, "stop": 953297215 }, { "start": 953297217, "stop": 953297661 }, { "start": 953297663, "stop": 953298145 }, { "start": 953298147, "stop": 953299956 }, { "start": 953299957, "stop": 953311726 }, { "start": 953311728, "stop": 953311967 }, { "start": 953311969, "stop": 953313022 }, { "start": 953313024, "stop": 953314461 }, { "start": 953314463, "stop": 953314480 }, { "start": 953316729, "stop": 953316837 }, { "start": 953316838, "stop": 953317881 } ] }