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=156
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=157", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=155", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 156, "results": [ { "start": 818077706, "stop": 818077712 }, { "start": 818077739, "stop": 818077740 }, { "start": 818077745, "stop": 818077752 }, { "start": 818077757, "stop": 818077763 }, { "start": 818077769, "stop": 818077771 }, { "start": 818077778, "stop": 818077779 }, { "start": 818077790, "stop": 818077791 }, { "start": 818077798, "stop": 818077800 }, { "start": 818077807, "stop": 818077811 }, { "start": 818077814, "stop": 818077816 }, { "start": 818077822, "stop": 818077823 }, { "start": 818077826, "stop": 818077830 }, { "start": 818077834, "stop": 818077835 }, { "start": 818077848, "stop": 818077851 }, { "start": 818077856, "stop": 818077860 }, { "start": 818077870, "stop": 818077872 }, { "start": 818077878, "stop": 818077881 }, { "start": 818077884, "stop": 818077889 }, { "start": 818077892, "stop": 818077898 }, { "start": 818077904, "stop": 818077905 } ] }