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_STOCH_CAT1/segments?format=api&page=9806
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9807", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9805", "results_count": 199755, "results_per_page": 20, "num_pages": 9988, "page_number": 9806, "results": [ { "start": 873890255, "stop": 873890451 }, { "start": 873890454, "stop": 873890456 }, { "start": 873890459, "stop": 873890653 }, { "start": 873890658, "stop": 873891149 }, { "start": 873891152, "stop": 873891162 }, { "start": 873891165, "stop": 873891170 }, { "start": 873891173, "stop": 873891181 }, { "start": 873891188, "stop": 873891254 }, { "start": 873891257, "stop": 873891330 }, { "start": 873891333, "stop": 873891337 }, { "start": 873891340, "stop": 873891418 }, { "start": 873891421, "stop": 873891422 }, { "start": 873891425, "stop": 873891572 }, { "start": 873891577, "stop": 873891578 }, { "start": 873891581, "stop": 873891582 }, { "start": 873891585, "stop": 873891613 }, { "start": 873891616, "stop": 873891620 }, { "start": 873891625, "stop": 873895681 }, { "start": 873895684, "stop": 873896227 }, { "start": 873896230, "stop": 873896589 } ] }