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/H2_CW_CAT1/segments?format=api&page=278
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=279", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=277", "results_count": 7262, "results_per_page": 20, "num_pages": 364, "page_number": 278, "results": [ { "start": 857671361, "stop": 857671366 }, { "start": 857671375, "stop": 857671381 }, { "start": 857671394, "stop": 857671407 }, { "start": 857671421, "stop": 857671427 }, { "start": 857671441, "stop": 857671447 }, { "start": 857671451, "stop": 857671534 }, { "start": 857671538, "stop": 857671549 }, { "start": 857671553, "stop": 857671569 }, { "start": 857671573, "stop": 857671579 }, { "start": 857671597, "stop": 857671709 }, { "start": 857671712, "stop": 857671740 }, { "start": 857671750, "stop": 857671776 }, { "start": 857671780, "stop": 857671785 }, { "start": 857671788, "stop": 857671799 }, { "start": 857671803, "stop": 857671872 }, { "start": 857671890, "stop": 857671896 }, { "start": 857671904, "stop": 857671915 }, { "start": 857671923, "stop": 857671938 }, { "start": 857671948, "stop": 857671953 }, { "start": 857671990, "stop": 857671996 } ] }