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_CAT2/segments?format=api&page=358
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=359", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=357", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 358, "results": [ { "start": 818257316, "stop": 818257317 }, { "start": 818257336, "stop": 818257337 }, { "start": 818257347, "stop": 818257350 }, { "start": 818257358, "stop": 818257359 }, { "start": 818257362, "stop": 818257364 }, { "start": 818257386, "stop": 818257390 }, { "start": 818257394, "stop": 818257396 }, { "start": 818257399, "stop": 818257401 }, { "start": 818257425, "stop": 818257428 }, { "start": 818257431, "stop": 818257434 }, { "start": 818257437, "stop": 818257444 }, { "start": 818257470, "stop": 818257471 }, { "start": 818257475, "stop": 818257476 }, { "start": 818257479, "stop": 818257481 }, { "start": 818257489, "stop": 818257492 }, { "start": 818257523, "stop": 818257526 }, { "start": 818257539, "stop": 818257540 }, { "start": 818257543, "stop": 818257544 }, { "start": 818257547, "stop": 818257548 }, { "start": 818257559, "stop": 818257561 } ] }