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=8802
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8803", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8801", "results_count": 182857, "results_per_page": 20, "num_pages": 9143, "page_number": 8802, "results": [ { "start": 872463871, "stop": 872463929 }, { "start": 872463948, "stop": 872463974 }, { "start": 872463993, "stop": 872464016 }, { "start": 872464035, "stop": 872464114 }, { "start": 872464143, "stop": 872464199 }, { "start": 872464229, "stop": 872464462 }, { "start": 872464481, "stop": 872464892 }, { "start": 872466386, "stop": 872467509 }, { "start": 872467528, "stop": 872467606 }, { "start": 872467625, "stop": 872467993 }, { "start": 872468010, "stop": 872468117 }, { "start": 872468149, "stop": 872468151 }, { "start": 872468170, "stop": 872468195 }, { "start": 872468214, "stop": 872468242 }, { "start": 872468261, "stop": 872468761 }, { "start": 872468780, "stop": 872469551 }, { "start": 872469570, "stop": 872469741 }, { "start": 872469770, "stop": 872469846 }, { "start": 872469868, "stop": 872469895 }, { "start": 872469932, "stop": 872470019 } ] }