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_CAT2/segments?format=api&page=3842
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3843", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3841", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 3842, "results": [ { "start": 873576129, "stop": 873576131 }, { "start": 873576132, "stop": 873576135 }, { "start": 873576137, "stop": 873576138 }, { "start": 873576143, "stop": 873576144 }, { "start": 873576145, "stop": 873576147 }, { "start": 873576148, "stop": 873576149 }, { "start": 873576151, "stop": 873576152 }, { "start": 873576154, "stop": 873576155 }, { "start": 873576156, "stop": 873576157 }, { "start": 873576161, "stop": 873576165 }, { "start": 873576170, "stop": 873576171 }, { "start": 873576175, "stop": 873576177 }, { "start": 873576178, "stop": 873576180 }, { "start": 873576186, "stop": 873576188 }, { "start": 873576189, "stop": 873576192 }, { "start": 873576193, "stop": 873576194 }, { "start": 873576196, "stop": 873576200 }, { "start": 873576201, "stop": 873576206 }, { "start": 873576207, "stop": 873576211 }, { "start": 873576212, "stop": 873576227 } ] }