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=9876
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9877", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9875", "results_count": 199755, "results_per_page": 20, "num_pages": 9988, "page_number": 9876, "results": [ { "start": 874391691, "stop": 874391697 }, { "start": 874391700, "stop": 874391793 }, { "start": 874391796, "stop": 874392434 }, { "start": 874392437, "stop": 874392547 }, { "start": 874392552, "stop": 874392937 }, { "start": 874392940, "stop": 874392950 }, { "start": 874392953, "stop": 874393356 }, { "start": 874393359, "stop": 874393422 }, { "start": 874393425, "stop": 874393443 }, { "start": 874393446, "stop": 874393540 }, { "start": 874393543, "stop": 874393583 }, { "start": 874393586, "stop": 874393606 }, { "start": 874393612, "stop": 874393712 }, { "start": 874393715, "stop": 874393780 }, { "start": 874393783, "stop": 874394447 }, { "start": 874394452, "stop": 874394814 }, { "start": 874394819, "stop": 874395072 }, { "start": 874395075, "stop": 874395083 }, { "start": 874395086, "stop": 874395597 }, { "start": 874397966, "stop": 874397968 } ] }