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_CAT3/segments?format=api&page=8972
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8973", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8971", "results_count": 182857, "results_per_page": 20, "num_pages": 9143, "page_number": 8972, "results": [ { "start": 873806492, "stop": 873806520 }, { "start": 873806540, "stop": 873806690 }, { "start": 873806725, "stop": 873806726 }, { "start": 873806746, "stop": 873806796 }, { "start": 873806824, "stop": 873806860 }, { "start": 873806880, "stop": 873806883 }, { "start": 873806902, "stop": 873807009 }, { "start": 873807044, "stop": 873807102 }, { "start": 873807122, "stop": 873807177 }, { "start": 873807200, "stop": 873807415 }, { "start": 873807432, "stop": 873807505 }, { "start": 873807548, "stop": 873807552 }, { "start": 873807583, "stop": 873807624 }, { "start": 873807643, "stop": 873807659 }, { "start": 873807685, "stop": 873808019 }, { "start": 873808044, "stop": 873808119 }, { "start": 873808140, "stop": 873808141 }, { "start": 873808158, "stop": 873808202 }, { "start": 873808239, "stop": 873808289 }, { "start": 873808307, "stop": 873808324 } ] }