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=208
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=209",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=207",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 208,
    "results": [
        {
            "start": 1177034003,
            "stop": 1177034186
        },
        {
            "start": 1177034187,
            "stop": 1177036570
        },
        {
            "start": 1177036572,
            "stop": 1177036578
        },
        {
            "start": 1177036581,
            "stop": 1177036744
        },
        {
            "start": 1177036745,
            "stop": 1177036746
        },
        {
            "start": 1177036749,
            "stop": 1177036750
        },
        {
            "start": 1177036751,
            "stop": 1177036790
        },
        {
            "start": 1177036792,
            "stop": 1177036840
        },
        {
            "start": 1177036841,
            "stop": 1177036864
        },
        {
            "start": 1177036867,
            "stop": 1177036893
        },
        {
            "start": 1177036895,
            "stop": 1177036923
        },
        {
            "start": 1177036924,
            "stop": 1177036984
        },
        {
            "start": 1177036986,
            "stop": 1177037061
        },
        {
            "start": 1177037063,
            "stop": 1177037071
        },
        {
            "start": 1177037072,
            "stop": 1177037116
        },
        {
            "start": 1177037117,
            "stop": 1177037180
        },
        {
            "start": 1177037181,
            "stop": 1177037204
        },
        {
            "start": 1177037205,
            "stop": 1177037239
        },
        {
            "start": 1177037240,
            "stop": 1177037295
        },
        {
            "start": 1177037298,
            "stop": 1177037326
        }
    ]
}