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=670
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=671", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=669", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 670, "results": [ { "start": 853390761, "stop": 853390911 }, { "start": 853391139, "stop": 853392219 }, { "start": 853392379, "stop": 853392619 }, { "start": 853392778, "stop": 853393318 }, { "start": 853394492, "stop": 853395692 }, { "start": 853395848, "stop": 853396478 }, { "start": 853396885, "stop": 853397245 }, { "start": 853397527, "stop": 853397677 }, { "start": 853397877, "stop": 853398177 }, { "start": 853398552, "stop": 853398912 }, { "start": 853399073, "stop": 853399673 }, { "start": 853399844, "stop": 853400624 }, { "start": 853400805, "stop": 853401225 }, { "start": 853402533, "stop": 853402623 }, { "start": 853402653, "stop": 853405653 }, { "start": 853406015, "stop": 853409615 }, { "start": 853409790, "stop": 853414830 }, { "start": 853438985, "stop": 853439105 }, { "start": 853439786, "stop": 853439996 }, { "start": 853444123, "stop": 853444243 } ] }