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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=114",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=112",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 113,
    "results": [
        {
            "start": 1176028627,
            "stop": 1176028674
        },
        {
            "start": 1176028676,
            "stop": 1176028769
        },
        {
            "start": 1176028770,
            "stop": 1176029948
        },
        {
            "start": 1176029949,
            "stop": 1176030014
        },
        {
            "start": 1176030015,
            "stop": 1176030291
        },
        {
            "start": 1176030292,
            "stop": 1176030865
        },
        {
            "start": 1176030866,
            "stop": 1176036520
        },
        {
            "start": 1176036523,
            "stop": 1176036542
        },
        {
            "start": 1176036543,
            "stop": 1176043261
        },
        {
            "start": 1176043264,
            "stop": 1176043300
        },
        {
            "start": 1176043302,
            "stop": 1176043303
        },
        {
            "start": 1176043307,
            "stop": 1176043308
        },
        {
            "start": 1176043309,
            "stop": 1176043310
        },
        {
            "start": 1176043311,
            "stop": 1176044701
        },
        {
            "start": 1176044703,
            "stop": 1176048049
        },
        {
            "start": 1176070112,
            "stop": 1176079845
        },
        {
            "start": 1176079848,
            "stop": 1176079971
        },
        {
            "start": 1176079978,
            "stop": 1176080053
        },
        {
            "start": 1176080057,
            "stop": 1176099517
        },
        {
            "start": 1176099519,
            "stop": 1176108586
        }
    ]
}