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/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15673
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15674", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15672", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15673, "results": [ { "start": 971159820, "stop": 971159824 }, { "start": 971159826, "stop": 971159828 }, { "start": 971159832, "stop": 971159833 }, { "start": 971159834, "stop": 971159835 }, { "start": 971159839, "stop": 971159842 }, { "start": 971159844, "stop": 971159845 }, { "start": 971159846, "stop": 971159851 }, { "start": 971159852, "stop": 971159856 }, { "start": 971159858, "stop": 971159860 }, { "start": 971159862, "stop": 971159863 }, { "start": 971159866, "stop": 971159867 }, { "start": 971159868, "stop": 971159869 }, { "start": 971159870, "stop": 971159871 }, { "start": 971159876, "stop": 971159877 }, { "start": 971159879, "stop": 971159884 }, { "start": 971159886, "stop": 971159887 }, { "start": 971159888, "stop": 971159890 }, { "start": 971159891, "stop": 971159893 }, { "start": 971159894, "stop": 971159895 }, { "start": 971159896, "stop": 971159902 } ] }