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_CAT4/segments?format=api&page=8134
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8135", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8133", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 8134, "results": [ { "start": 873002327, "stop": 873002449 }, { "start": 873002466, "stop": 873002511 }, { "start": 873002531, "stop": 873002711 }, { "start": 873002731, "stop": 873002751 }, { "start": 873002772, "stop": 873002810 }, { "start": 873002829, "stop": 873002836 }, { "start": 873002855, "stop": 873002856 }, { "start": 873002875, "stop": 873003015 }, { "start": 873003041, "stop": 873003074 }, { "start": 873003112, "stop": 873003264 }, { "start": 873003571, "stop": 873003632 }, { "start": 873004297, "stop": 873004318 }, { "start": 873004337, "stop": 873004341 }, { "start": 873004366, "stop": 873004376 }, { "start": 873004395, "stop": 873004733 }, { "start": 873004753, "stop": 873004876 }, { "start": 873004895, "stop": 873005690 }, { "start": 873005707, "stop": 873005732 }, { "start": 873005803, "stop": 873005813 }, { "start": 873005840, "stop": 873006149 } ] }