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=413
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=414", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=412", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 413, "results": [ { "start": 838100101, "stop": 838100401 }, { "start": 838100569, "stop": 838100689 }, { "start": 838100839, "stop": 838101949 }, { "start": 838102099, "stop": 838103629 }, { "start": 838103719, "stop": 838105609 }, { "start": 838106601, "stop": 838108101 }, { "start": 838109674, "stop": 838109974 }, { "start": 838110124, "stop": 838110934 }, { "start": 838117133, "stop": 838126433 }, { "start": 838126597, "stop": 838127617 }, { "start": 838127767, "stop": 838128037 }, { "start": 838157163, "stop": 838157763 }, { "start": 838159202, "stop": 838160162 }, { "start": 838160429, "stop": 838161869 }, { "start": 838162020, "stop": 838162140 }, { "start": 838162522, "stop": 838168522 }, { "start": 838168612, "stop": 838170862 }, { "start": 838171010, "stop": 838171250 }, { "start": 838171771, "stop": 838172311 }, { "start": 838172453, "stop": 838174433 } ] }