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=15757
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15758", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15756", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15757, "results": [ { "start": 971168758, "stop": 971168759 }, { "start": 971168760, "stop": 971168761 }, { "start": 971168763, "stop": 971168765 }, { "start": 971168767, "stop": 971168770 }, { "start": 971168774, "stop": 971168777 }, { "start": 971168779, "stop": 971168780 }, { "start": 971168784, "stop": 971168785 }, { "start": 971168786, "stop": 971168787 }, { "start": 971168788, "stop": 971168791 }, { "start": 971168793, "stop": 971168794 }, { "start": 971168802, "stop": 971168803 }, { "start": 971168806, "stop": 971168808 }, { "start": 971168809, "stop": 971168810 }, { "start": 971168813, "stop": 971168814 }, { "start": 971168818, "stop": 971168820 }, { "start": 971168824, "stop": 971168826 }, { "start": 971168827, "stop": 971168828 }, { "start": 971168831, "stop": 971168832 }, { "start": 971168833, "stop": 971168834 }, { "start": 971168838, "stop": 971168840 } ] }