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=14694
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14695", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14693", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14694, "results": [ { "start": 971170846, "stop": 971170847 }, { "start": 971170848, "stop": 971170851 }, { "start": 971170853, "stop": 971170857 }, { "start": 971170859, "stop": 971170860 }, { "start": 971170861, "stop": 971170862 }, { "start": 971170863, "stop": 971170864 }, { "start": 971170866, "stop": 971170869 }, { "start": 971170870, "stop": 971170872 }, { "start": 971170876, "stop": 971170880 }, { "start": 971170882, "stop": 971170887 }, { "start": 971170890, "stop": 971170892 }, { "start": 971170895, "stop": 971170897 }, { "start": 971170901, "stop": 971170903 }, { "start": 971170906, "stop": 971170907 }, { "start": 971170909, "stop": 971170920 }, { "start": 971170922, "stop": 971170925 }, { "start": 971170926, "stop": 971170929 }, { "start": 971170932, "stop": 971170935 }, { "start": 971170937, "stop": 971170939 }, { "start": 971170947, "stop": 971170948 } ] }