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=14735
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14736", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14734", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14735, "results": [ { "start": 971178264, "stop": 971178265 }, { "start": 971178266, "stop": 971178269 }, { "start": 971178273, "stop": 971178276 }, { "start": 971178280, "stop": 971178285 }, { "start": 971178286, "stop": 971178290 }, { "start": 971178291, "stop": 971178292 }, { "start": 971178295, "stop": 971178299 }, { "start": 971178300, "stop": 971178302 }, { "start": 971178304, "stop": 971178317 }, { "start": 971178318, "stop": 971178320 }, { "start": 971178321, "stop": 971178331 }, { "start": 971178333, "stop": 971178335 }, { "start": 971178339, "stop": 971178340 }, { "start": 971178341, "stop": 971178344 }, { "start": 971178346, "stop": 971178347 }, { "start": 971178349, "stop": 971178358 }, { "start": 971178361, "stop": 971178368 }, { "start": 971178370, "stop": 971178372 }, { "start": 971178373, "stop": 971178374 }, { "start": 971178376, "stop": 971178380 } ] }