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=15974
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15975", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15973", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15974, "results": [ { "start": 971443217, "stop": 971443220 }, { "start": 971443221, "stop": 971443239 }, { "start": 971443240, "stop": 971443242 }, { "start": 971443243, "stop": 971443261 }, { "start": 971443264, "stop": 971443272 }, { "start": 971443275, "stop": 971443302 }, { "start": 971443303, "stop": 971443306 }, { "start": 971443309, "stop": 971443314 }, { "start": 971443354, "stop": 971443355 }, { "start": 971443356, "stop": 971443357 }, { "start": 971443360, "stop": 971443363 }, { "start": 971443364, "stop": 971443370 }, { "start": 971443371, "stop": 971443374 }, { "start": 971443379, "stop": 971443386 }, { "start": 971443387, "stop": 971443397 }, { "start": 971443402, "stop": 971443405 }, { "start": 971443406, "stop": 971443407 }, { "start": 971443409, "stop": 971443410 }, { "start": 971443413, "stop": 971443414 }, { "start": 971443415, "stop": 971443416 } ] }