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=851
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=852", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=850", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 851, "results": [ { "start": 864646945, "stop": 864647005 }, { "start": 864647170, "stop": 864647290 }, { "start": 864647320, "stop": 864648430 }, { "start": 864648588, "stop": 864648828 }, { "start": 864648969, "stop": 864649089 }, { "start": 864649237, "stop": 864649537 }, { "start": 864649693, "stop": 864650173 }, { "start": 864651297, "stop": 864651357 }, { "start": 864651508, "stop": 864656068 }, { "start": 864656203, "stop": 864656803 }, { "start": 864656940, "stop": 864659160 }, { "start": 864659453, "stop": 864660233 }, { "start": 864661020, "stop": 864661680 }, { "start": 864664037, "stop": 864664577 }, { "start": 864664808, "stop": 864665468 }, { "start": 864665642, "stop": 864668162 }, { "start": 864669426, "stop": 864669576 }, { "start": 864669976, "stop": 864670066 }, { "start": 864672782, "stop": 864673022 }, { "start": 864673174, "stop": 864673354 } ] }