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=846
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=847", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=845", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 846, "results": [ { "start": 864333510, "stop": 864339090 }, { "start": 864339908, "stop": 864340028 }, { "start": 864355635, "stop": 864357315 }, { "start": 864358047, "stop": 864358467 }, { "start": 864358707, "stop": 864366837 }, { "start": 864366987, "stop": 864370047 }, { "start": 864371145, "stop": 864375405 }, { "start": 864375612, "stop": 864392772 }, { "start": 864392964, "stop": 864399144 }, { "start": 864401493, "stop": 864405513 }, { "start": 864405836, "stop": 864406016 }, { "start": 864406209, "stop": 864409239 }, { "start": 864409419, "stop": 864409569 }, { "start": 864409629, "stop": 864412509 }, { "start": 864413019, "stop": 864415599 }, { "start": 864415825, "stop": 864416125 }, { "start": 864417813, "stop": 864418143 }, { "start": 864418233, "stop": 864421353 }, { "start": 864421646, "stop": 864428126 }, { "start": 864428345, "stop": 864433985 } ] }