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=3854
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3855", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3853", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 3854, "results": [ { "start": 873675923, "stop": 873675942 }, { "start": 873675944, "stop": 873675960 }, { "start": 873676020, "stop": 873676037 }, { "start": 873676038, "stop": 873676089 }, { "start": 873703665, "stop": 873703668 }, { "start": 873703671, "stop": 873703672 }, { "start": 873703673, "stop": 873703674 }, { "start": 873703681, "stop": 873703682 }, { "start": 873703688, "stop": 873703689 }, { "start": 873703691, "stop": 873703692 }, { "start": 873703694, "stop": 873703700 }, { "start": 873703708, "stop": 873703713 }, { "start": 873703717, "stop": 873703718 }, { "start": 873703719, "stop": 873703725 }, { "start": 873703726, "stop": 873703730 }, { "start": 873703731, "stop": 873703733 }, { "start": 873703734, "stop": 873703735 }, { "start": 873703736, "stop": 873703746 }, { "start": 873703747, "stop": 873703752 }, { "start": 873703753, "stop": 873703762 } ] }