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/O2/timelines/H1_BURST_CAT2/segments?format=api&page=467
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=468",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=466",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 467,
    "results": [
        {
            "start": 1183155843,
            "stop": 1183155853
        },
        {
            "start": 1183155855,
            "stop": 1183156088
        },
        {
            "start": 1183156090,
            "stop": 1183156505
        },
        {
            "start": 1183156510,
            "stop": 1183156511
        },
        {
            "start": 1183156520,
            "stop": 1183156524
        },
        {
            "start": 1183156527,
            "stop": 1183156665
        },
        {
            "start": 1183156667,
            "stop": 1183156728
        },
        {
            "start": 1183156730,
            "stop": 1183157036
        },
        {
            "start": 1183157042,
            "stop": 1183157054
        },
        {
            "start": 1183157058,
            "stop": 1183157390
        },
        {
            "start": 1183157399,
            "stop": 1183157400
        },
        {
            "start": 1183157406,
            "stop": 1183157485
        },
        {
            "start": 1183157488,
            "stop": 1183157490
        },
        {
            "start": 1183157492,
            "stop": 1183157530
        },
        {
            "start": 1183157532,
            "stop": 1183157562
        },
        {
            "start": 1183157564,
            "stop": 1183157566
        },
        {
            "start": 1183157569,
            "stop": 1183157824
        },
        {
            "start": 1183157827,
            "stop": 1183158061
        },
        {
            "start": 1183158066,
            "stop": 1183158070
        },
        {
            "start": 1183158072,
            "stop": 1183158073
        }
    ]
}