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/O4b/timelines/V1_STOCH_CAT1/segments?format=api&page=237
{ "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_STOCH_CAT1/segments?format=api&page=238", "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_STOCH_CAT1/segments?format=api&page=236", "results_count": 4982, "results_per_page": 20, "num_pages": 250, "page_number": 237, "results": [ { "start": 1421963707, "stop": 1421963797 }, { "start": 1421963799, "stop": 1421964395 }, { "start": 1421964399, "stop": 1421965799 }, { "start": 1421965801, "stop": 1421966454 }, { "start": 1421966456, "stop": 1421968615 }, { "start": 1421968620, "stop": 1421968683 }, { "start": 1421968687, "stop": 1421968739 }, { "start": 1421968743, "stop": 1421968843 }, { "start": 1421968851, "stop": 1421969111 }, { "start": 1421969115, "stop": 1421969931 }, { "start": 1421969939, "stop": 1421971951 }, { "start": 1421971956, "stop": 1421973171 }, { "start": 1421973175, "stop": 1421975518 }, { "start": 1421975519, "stop": 1421976467 }, { "start": 1421976471, "stop": 1421976920 }, { "start": 1421976921, "stop": 1421977567 }, { "start": 1421977571, "stop": 1421978263 }, { "start": 1421978267, "stop": 1421978527 }, { "start": 1421978535, "stop": 1421978621 }, { "start": 1421978623, "stop": 1421979247 } ] }