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=1205
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1206", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1204", "results_count": 28169, "results_per_page": 20, "num_pages": 1409, "page_number": 1205, "results": [ { "start": 953626808, "stop": 953626867 }, { "start": 953626869, "stop": 953626899 }, { "start": 953626900, "stop": 953626929 }, { "start": 953626930, "stop": 953626993 }, { "start": 953626995, "stop": 953627006 }, { "start": 953627008, "stop": 953627069 }, { "start": 953627071, "stop": 953627090 }, { "start": 953627092, "stop": 953627177 }, { "start": 953627179, "stop": 953627550 }, { "start": 953627551, "stop": 953627665 }, { "start": 953627667, "stop": 953627725 }, { "start": 953627727, "stop": 953627735 }, { "start": 953627737, "stop": 953627917 }, { "start": 953627918, "stop": 953628050 }, { "start": 953628051, "stop": 953628155 }, { "start": 953628157, "stop": 953628220 }, { "start": 953628222, "stop": 953628396 }, { "start": 953628398, "stop": 953628525 }, { "start": 953628527, "stop": 953628596 }, { "start": 953628598, "stop": 953628799 } ] }