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_CAT4/segments?format=api&page=8253
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8254", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8252", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 8253, "results": [ { "start": 873813243, "stop": 873813285 }, { "start": 873813304, "stop": 873813319 }, { "start": 873813344, "stop": 873813360 }, { "start": 873813438, "stop": 873813512 }, { "start": 873813532, "stop": 873813609 }, { "start": 873813628, "stop": 873813721 }, { "start": 873813740, "stop": 873813858 }, { "start": 873813875, "stop": 873813891 }, { "start": 873813911, "stop": 873813925 }, { "start": 873813944, "stop": 873813951 }, { "start": 873813971, "stop": 873813992 }, { "start": 873814052, "stop": 873814123 }, { "start": 873814142, "stop": 873814145 }, { "start": 873814174, "stop": 873814176 }, { "start": 873814198, "stop": 873814210 }, { "start": 873814250, "stop": 873814276 }, { "start": 873814311, "stop": 873814334 }, { "start": 873814632, "stop": 873814680 }, { "start": 873814740, "stop": 873814775 }, { "start": 873814818, "stop": 873814825 } ] }