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_CAT4/segments?format=api&page=15857
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15858", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15856", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15857, "results": [ { "start": 971237521, "stop": 971237526 }, { "start": 971237528, "stop": 971237537 }, { "start": 971237540, "stop": 971237576 }, { "start": 971237579, "stop": 971237610 }, { "start": 971237611, "stop": 971237681 }, { "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 } ] }