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=3966
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3967", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3965", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 3966, "results": [ { "start": 874416938, "stop": 874416981 }, { "start": 874416982, "stop": 874417004 }, { "start": 874417010, "stop": 874417014 }, { "start": 874417020, "stop": 874418012 }, { "start": 874418013, "stop": 874420453 }, { "start": 874420456, "stop": 874420530 }, { "start": 874420534, "stop": 874420550 }, { "start": 874420553, "stop": 874420562 }, { "start": 874420565, "stop": 874420568 }, { "start": 874420574, "stop": 874420575 }, { "start": 874420580, "stop": 874421413 }, { "start": 874421415, "stop": 874421683 }, { "start": 874421938, "stop": 874422008 }, { "start": 874422010, "stop": 874422030 }, { "start": 874422031, "stop": 874422104 }, { "start": 874422105, "stop": 874422107 }, { "start": 874422108, "stop": 874422181 }, { "start": 874422182, "stop": 874422184 }, { "start": 874422185, "stop": 874422200 }, { "start": 874422204, "stop": 874422205 } ] }