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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40668",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40666",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40667,
    "results": [
        {
            "start": 874923621,
            "stop": 874923685
        },
        {
            "start": 874923687,
            "stop": 874923720
        },
        {
            "start": 874923780,
            "stop": 874923795
        },
        {
            "start": 874923796,
            "stop": 874923823
        },
        {
            "start": 874923824,
            "stop": 874923833
        },
        {
            "start": 874923834,
            "stop": 874923866
        },
        {
            "start": 874923867,
            "stop": 874923875
        },
        {
            "start": 874923876,
            "stop": 874923926
        },
        {
            "start": 874923927,
            "stop": 874924024
        },
        {
            "start": 874924026,
            "stop": 874924055
        },
        {
            "start": 874924056,
            "stop": 874924105
        },
        {
            "start": 874924106,
            "stop": 874924216
        },
        {
            "start": 874924217,
            "stop": 874924237
        },
        {
            "start": 874924239,
            "stop": 874924259
        },
        {
            "start": 874924260,
            "stop": 874924302
        },
        {
            "start": 874924303,
            "stop": 874924308
        },
        {
            "start": 874924309,
            "stop": 874924385
        },
        {
            "start": 874924386,
            "stop": 874924390
        },
        {
            "start": 874924395,
            "stop": 874924418
        },
        {
            "start": 874924422,
            "stop": 874924423
        }
    ]
}