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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=82",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=80",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 81,
    "results": [
        {
            "start": 816832380,
            "stop": 816832390
        },
        {
            "start": 816832425,
            "stop": 816832450
        },
        {
            "start": 816832504,
            "stop": 816832629
        },
        {
            "start": 816832664,
            "stop": 816832680
        },
        {
            "start": 816832800,
            "stop": 816832887
        },
        {
            "start": 816832952,
            "stop": 816833006
        },
        {
            "start": 816833025,
            "stop": 816833046
        },
        {
            "start": 816833069,
            "stop": 816833075
        },
        {
            "start": 816833104,
            "stop": 816833152
        },
        {
            "start": 816840345,
            "stop": 816840352
        },
        {
            "start": 816840443,
            "stop": 816840451
        },
        {
            "start": 816840470,
            "stop": 816840471
        },
        {
            "start": 816840506,
            "stop": 816840517
        },
        {
            "start": 816840543,
            "stop": 816840725
        },
        {
            "start": 816840745,
            "stop": 816840747
        },
        {
            "start": 816840767,
            "stop": 816840798
        },
        {
            "start": 816840817,
            "stop": 816840828
        },
        {
            "start": 816840960,
            "stop": 816841027
        },
        {
            "start": 816841055,
            "stop": 816841074
        },
        {
            "start": 816841140,
            "stop": 816841143
        }
    ]
}