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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6505",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6503",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6504,
    "results": [
        {
            "start": 874209401,
            "stop": 874209408
        },
        {
            "start": 874209409,
            "stop": 874209536
        },
        {
            "start": 874209537,
            "stop": 874209616
        },
        {
            "start": 874209618,
            "stop": 874209864
        },
        {
            "start": 874209866,
            "stop": 874210859
        },
        {
            "start": 874210860,
            "stop": 874210960
        },
        {
            "start": 874210962,
            "stop": 874211116
        },
        {
            "start": 874211117,
            "stop": 874211257
        },
        {
            "start": 874211261,
            "stop": 874211402
        },
        {
            "start": 874211403,
            "stop": 874212090
        },
        {
            "start": 874212092,
            "stop": 874212103
        },
        {
            "start": 874212105,
            "stop": 874212139
        },
        {
            "start": 874212141,
            "stop": 874212167
        },
        {
            "start": 874212168,
            "stop": 874212191
        },
        {
            "start": 874212193,
            "stop": 874212252
        },
        {
            "start": 874212253,
            "stop": 874212369
        },
        {
            "start": 874212371,
            "stop": 874212638
        },
        {
            "start": 874212639,
            "stop": 874212896
        },
        {
            "start": 874212897,
            "stop": 874213055
        },
        {
            "start": 874213056,
            "stop": 874213132
        }
    ]
}