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=609
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=610", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=608", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 609, "results": [ { "start": 849929307, "stop": 849929367 }, { "start": 849929397, "stop": 849929547 }, { "start": 849929696, "stop": 849929936 }, { "start": 849930083, "stop": 849930203 }, { "start": 849930233, "stop": 849930383 }, { "start": 849931285, "stop": 849931975 }, { "start": 849932005, "stop": 849932185 }, { "start": 849932356, "stop": 849932656 }, { "start": 849932807, "stop": 849932927 }, { "start": 849933091, "stop": 849933211 }, { "start": 849933381, "stop": 849935271 }, { "start": 849935301, "stop": 849935721 }, { "start": 849935874, "stop": 849936834 }, { "start": 849936975, "stop": 849940455 }, { "start": 849941230, "stop": 849942310 }, { "start": 849942584, "stop": 849944444 }, { "start": 849944601, "stop": 849945861 }, { "start": 849946053, "stop": 849946353 }, { "start": 849946516, "stop": 849947296 }, { "start": 849947651, "stop": 849947711 } ] }