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=117
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=118", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=116", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 117, "results": [ { "start": 818063820, "stop": 818063824 }, { "start": 818063827, "stop": 818063830 }, { "start": 818063834, "stop": 818063836 }, { "start": 818063839, "stop": 818063846 }, { "start": 818063849, "stop": 818063852 }, { "start": 818063856, "stop": 818063858 }, { "start": 818063864, "stop": 818063865 }, { "start": 818063868, "stop": 818063872 }, { "start": 818063877, "stop": 818063887 }, { "start": 818063893, "stop": 818063899 }, { "start": 818063904, "stop": 818063905 }, { "start": 818063908, "stop": 818063915 }, { "start": 818063918, "stop": 818063919 }, { "start": 818063922, "stop": 818063944 }, { "start": 818063948, "stop": 818063951 }, { "start": 818063954, "stop": 818063955 }, { "start": 818063958, "stop": 818063962 }, { "start": 818063965, "stop": 818063969 }, { "start": 818063973, "stop": 818063974 }, { "start": 818063982, "stop": 818063983 } ] }