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_CAT2/segments?format=api&page=291
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=292", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=290", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 291, "results": [ { "start": 818237863, "stop": 818237864 }, { "start": 818237888, "stop": 818237890 }, { "start": 818237913, "stop": 818237914 }, { "start": 818237944, "stop": 818237953 }, { "start": 818237956, "stop": 818237960 }, { "start": 818237963, "stop": 818237966 }, { "start": 818237969, "stop": 818237970 }, { "start": 818237985, "stop": 818237989 }, { "start": 818238008, "stop": 818238012 }, { "start": 818238019, "stop": 818238025 }, { "start": 818238039, "stop": 818238040 }, { "start": 818238046, "stop": 818238047 }, { "start": 818238050, "stop": 818238052 }, { "start": 818238064, "stop": 818238066 }, { "start": 818238073, "stop": 818238074 }, { "start": 818238077, "stop": 818238079 }, { "start": 818238111, "stop": 818238114 }, { "start": 818238143, "stop": 818238145 }, { "start": 818238152, "stop": 818238154 }, { "start": 818238160, "stop": 818238162 } ] }