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_CAT4/segments?format=api&page=15760
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15761", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15759", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15760, "results": [ { "start": 971169053, "stop": 971169054 }, { "start": 971169061, "stop": 971169064 }, { "start": 971169066, "stop": 971169067 }, { "start": 971169068, "stop": 971169069 }, { "start": 971169077, "stop": 971169079 }, { "start": 971169084, "stop": 971169085 }, { "start": 971169099, "stop": 971169101 }, { "start": 971169104, "stop": 971169105 }, { "start": 971169106, "stop": 971169107 }, { "start": 971169108, "stop": 971169109 }, { "start": 971169111, "stop": 971169112 }, { "start": 971169114, "stop": 971169117 }, { "start": 971169118, "stop": 971169120 }, { "start": 971169122, "stop": 971169123 }, { "start": 971169126, "stop": 971169129 }, { "start": 971169131, "stop": 971169135 }, { "start": 971169136, "stop": 971169138 }, { "start": 971169146, "stop": 971169147 }, { "start": 971169150, "stop": 971169152 }, { "start": 971169153, "stop": 971169154 } ] }