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_CAT3/segments?format=api&page=14701
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14702", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14700", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14701, "results": [ { "start": 971171626, "stop": 971171627 }, { "start": 971171629, "stop": 971171630 }, { "start": 971171634, "stop": 971171635 }, { "start": 971171638, "stop": 971171640 }, { "start": 971171641, "stop": 971171645 }, { "start": 971171646, "stop": 971171647 }, { "start": 971171649, "stop": 971171650 }, { "start": 971171651, "stop": 971171653 }, { "start": 971171654, "stop": 971171655 }, { "start": 971171670, "stop": 971171672 }, { "start": 971171674, "stop": 971171675 }, { "start": 971171676, "stop": 971171678 }, { "start": 971171679, "stop": 971171680 }, { "start": 971171686, "stop": 971171687 }, { "start": 971171689, "stop": 971171691 }, { "start": 971171699, "stop": 971171700 }, { "start": 971171703, "stop": 971171704 }, { "start": 971171706, "stop": 971171708 }, { "start": 971171710, "stop": 971171711 }, { "start": 971171714, "stop": 971171717 } ] }