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=14725
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14726", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14724", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14725, "results": [ { "start": 971176916, "stop": 971176922 }, { "start": 971176925, "stop": 971176930 }, { "start": 971176931, "stop": 971176935 }, { "start": 971176938, "stop": 971176950 }, { "start": 971176952, "stop": 971176955 }, { "start": 971176957, "stop": 971176968 }, { "start": 971176969, "stop": 971176970 }, { "start": 971176971, "stop": 971176980 }, { "start": 971176985, "stop": 971176986 }, { "start": 971176989, "stop": 971176991 }, { "start": 971176994, "stop": 971177009 }, { "start": 971177011, "stop": 971177015 }, { "start": 971177016, "stop": 971177018 }, { "start": 971177021, "stop": 971177029 }, { "start": 971177031, "stop": 971177034 }, { "start": 971177035, "stop": 971177046 }, { "start": 971177049, "stop": 971177057 }, { "start": 971177058, "stop": 971177069 }, { "start": 971177071, "stop": 971177078 }, { "start": 971177079, "stop": 971177087 } ] }