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=14674
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14675", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14673", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14674, "results": [ { "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 }, { "start": 971168841, "stop": 971168842 }, { "start": 971168862, "stop": 971168865 }, { "start": 971168866, "stop": 971168871 }, { "start": 971168877, "stop": 971168878 }, { "start": 971168881, "stop": 971168885 } ] }