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=435
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=436", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=434", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 435, "results": [ { "start": 839508372, "stop": 839510052 }, { "start": 839510210, "stop": 839510990 }, { "start": 839513355, "stop": 839517855 }, { "start": 839520426, "stop": 839530926 }, { "start": 839531150, "stop": 839541230 }, { "start": 839541707, "stop": 839546627 }, { "start": 839546820, "stop": 839552310 }, { "start": 839552460, "stop": 839554260 }, { "start": 839554703, "stop": 839562383 }, { "start": 839562661, "stop": 839564581 }, { "start": 839567569, "stop": 839572909 }, { "start": 839574753, "stop": 839575113 }, { "start": 839575321, "stop": 839577241 }, { "start": 839577416, "stop": 839589236 }, { "start": 839589533, "stop": 839591153 }, { "start": 839593162, "stop": 839594962 }, { "start": 839595199, "stop": 839596699 }, { "start": 839598994, "stop": 839599324 }, { "start": 839599354, "stop": 839605144 }, { "start": 839605294, "stop": 839606134 } ] }