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_STOCH_CAT2_H2L1/segments?format=api&page=818
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=819", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=817", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 818, "results": [ { "start": 862671165, "stop": 862671225 }, { "start": 862694385, "stop": 862696365 }, { "start": 862696455, "stop": 862697325 }, { "start": 862697459, "stop": 862698599 }, { "start": 862700394, "stop": 862700934 }, { "start": 862703029, "stop": 862703569 }, { "start": 862703719, "stop": 862704769 }, { "start": 862705801, "stop": 862705861 }, { "start": 862715042, "stop": 862716122 }, { "start": 862717162, "stop": 862717582 }, { "start": 862717864, "stop": 862722604 }, { "start": 862722694, "stop": 862722754 }, { "start": 862722784, "stop": 862722934 }, { "start": 862723084, "stop": 862728274 }, { "start": 862728424, "stop": 862729444 }, { "start": 862730839, "stop": 862732219 }, { "start": 862735701, "stop": 862737291 }, { "start": 862737441, "stop": 862742061 }, { "start": 862742339, "stop": 862747619 }, { "start": 862747812, "stop": 862750992 } ] }