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=248
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=249", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=247", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 248, "results": [ { "start": 828072420, "stop": 828073140 }, { "start": 828073293, "stop": 828073353 }, { "start": 828073513, "stop": 828073753 }, { "start": 828074097, "stop": 828074157 }, { "start": 828074314, "stop": 828074374 }, { "start": 828074840, "stop": 828075140 }, { "start": 828075303, "stop": 828075453 }, { "start": 828075946, "stop": 828076006 }, { "start": 828076284, "stop": 828076584 }, { "start": 828076882, "stop": 828077002 }, { "start": 828077186, "stop": 828077546 }, { "start": 828077947, "stop": 828080407 }, { "start": 828080575, "stop": 828081175 }, { "start": 828081407, "stop": 828082067 }, { "start": 828083310, "stop": 828083670 }, { "start": 828083849, "stop": 828084149 }, { "start": 828084328, "stop": 828084508 }, { "start": 828084860, "stop": 828084980 }, { "start": 828085114, "stop": 828085174 }, { "start": 828085659, "stop": 828085779 } ] }