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_CBCHIGH_CAT3/segments?format=api&page=8829
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8830", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8828", "results_count": 182857, "results_per_page": 20, "num_pages": 9143, "page_number": 8829, "results": [ { "start": 872707135, "stop": 872707319 }, { "start": 872707336, "stop": 872707417 }, { "start": 872707435, "stop": 872707460 }, { "start": 872707477, "stop": 872707548 }, { "start": 872707565, "stop": 872707612 }, { "start": 872707630, "stop": 872707647 }, { "start": 872707664, "stop": 872707691 }, { "start": 872707708, "stop": 872707735 }, { "start": 872707752, "stop": 872707769 }, { "start": 872707801, "stop": 872707828 }, { "start": 872707877, "stop": 872707922 }, { "start": 872707940, "stop": 872707961 }, { "start": 872707978, "stop": 872708001 }, { "start": 872708019, "stop": 872708089 }, { "start": 872708115, "stop": 872708131 }, { "start": 872708149, "stop": 872708197 }, { "start": 872708214, "stop": 872708223 }, { "start": 872708240, "stop": 872708255 }, { "start": 872708286, "stop": 872708320 }, { "start": 872708342, "stop": 872708344 } ] }