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=137
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=138", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=136", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 137, "results": [ { "start": 821988745, "stop": 821988925 }, { "start": 821989288, "stop": 821989348 }, { "start": 821989771, "stop": 821989831 }, { "start": 821989998, "stop": 821990118 }, { "start": 821990248, "stop": 821990368 }, { "start": 821991527, "stop": 821991587 }, { "start": 821991728, "stop": 821991788 }, { "start": 821992281, "stop": 821992401 }, { "start": 821993412, "stop": 821993592 }, { "start": 821993880, "stop": 821994000 }, { "start": 821994653, "stop": 821994713 }, { "start": 821994915, "stop": 821995095 }, { "start": 821995345, "stop": 821995405 }, { "start": 821996168, "stop": 821996348 }, { "start": 821996582, "stop": 821996642 }, { "start": 821998898, "stop": 821998958 }, { "start": 821999090, "stop": 821999270 }, { "start": 822000273, "stop": 822000393 }, { "start": 822003125, "stop": 822003245 }, { "start": 822006875, "stop": 822006995 } ] }