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=3848
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3849", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3847", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 3848, "results": [ { "start": 873606255, "stop": 873606380 }, { "start": 873606384, "stop": 873606387 }, { "start": 873606390, "stop": 873606399 }, { "start": 873606402, "stop": 873611134 }, { "start": 873613659, "stop": 873613660 }, { "start": 873613675, "stop": 873613676 }, { "start": 873613695, "stop": 873613697 }, { "start": 873613709, "stop": 873613710 }, { "start": 873613714, "stop": 873613715 }, { "start": 873613717, "stop": 873613718 }, { "start": 873613725, "stop": 873613726 }, { "start": 873613730, "stop": 873613731 }, { "start": 873613736, "stop": 873613737 }, { "start": 873613742, "stop": 873613745 }, { "start": 873613746, "stop": 873613748 }, { "start": 873613749, "stop": 873613756 }, { "start": 873613758, "stop": 873613759 }, { "start": 873613762, "stop": 873613771 }, { "start": 873613772, "stop": 873613774 }, { "start": 873613775, "stop": 873613776 } ] }