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/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14774
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14775", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14773", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14774, "results": [ { "start": 971237686, "stop": 971237795 }, { "start": 971237796, "stop": 971237797 }, { "start": 971237799, "stop": 971237826 }, { "start": 971237829, "stop": 971237914 }, { "start": 971237916, "stop": 971237980 }, { "start": 971237981, "stop": 971237987 }, { "start": 971237988, "stop": 971238018 }, { "start": 971238019, "stop": 971238025 }, { "start": 971238027, "stop": 971238067 }, { "start": 971238068, "stop": 971238103 }, { "start": 971238104, "stop": 971238226 }, { "start": 971238229, "stop": 971238235 }, { "start": 971238236, "stop": 971238237 }, { "start": 971238238, "stop": 971238250 }, { "start": 971238251, "stop": 971238263 }, { "start": 971238264, "stop": 971238282 }, { "start": 971238285, "stop": 971238328 }, { "start": 971238331, "stop": 971238490 }, { "start": 971238492, "stop": 971238515 }, { "start": 971238516, "stop": 971238520 } ] }