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=73
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=74", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=72", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 73, "results": [ { "start": 816760223, "stop": 816760375 }, { "start": 816760414, "stop": 816760446 }, { "start": 816760479, "stop": 816760695 }, { "start": 816760736, "stop": 816760797 }, { "start": 816760855, "stop": 816760868 }, { "start": 816760909, "stop": 816760987 }, { "start": 816761028, "stop": 816761029 }, { "start": 816761049, "stop": 816761177 }, { "start": 816761202, "stop": 816761204 }, { "start": 816761237, "stop": 816761255 }, { "start": 816761274, "stop": 816761292 }, { "start": 816761313, "stop": 816761375 }, { "start": 816761411, "stop": 816761490 }, { "start": 816761509, "stop": 816761587 }, { "start": 816761621, "stop": 816761803 }, { "start": 816761823, "stop": 816761847 }, { "start": 816761864, "stop": 816761884 }, { "start": 816761908, "stop": 816761951 }, { "start": 816761968, "stop": 816762016 }, { "start": 816762055, "stop": 816762074 } ] }