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=15773
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15774", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15772", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15773, "results": [ { "start": 971170384, "stop": 971170385 }, { "start": 971170386, "stop": 971170389 }, { "start": 971170390, "stop": 971170391 }, { "start": 971170392, "stop": 971170394 }, { "start": 971170400, "stop": 971170404 }, { "start": 971170406, "stop": 971170408 }, { "start": 971170409, "stop": 971170417 }, { "start": 971170419, "stop": 971170423 }, { "start": 971170428, "stop": 971170432 }, { "start": 971170434, "stop": 971170439 }, { "start": 971170441, "stop": 971170447 }, { "start": 971170449, "stop": 971170451 }, { "start": 971170458, "stop": 971170460 }, { "start": 971170464, "stop": 971170465 }, { "start": 971170466, "stop": 971170467 }, { "start": 971170468, "stop": 971170472 }, { "start": 971170473, "stop": 971170476 }, { "start": 971170481, "stop": 971170482 }, { "start": 971170486, "stop": 971170487 }, { "start": 971170489, "stop": 971170491 } ] }