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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=83",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=81",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 82,
    "results": [
        {
            "start": 816831356,
            "stop": 816831373
        },
        {
            "start": 816831393,
            "stop": 816831446
        },
        {
            "start": 816831582,
            "stop": 816831694
        },
        {
            "start": 816831714,
            "stop": 816831813
        },
        {
            "start": 816831851,
            "stop": 816831984
        },
        {
            "start": 816832146,
            "stop": 816832213
        },
        {
            "start": 816832272,
            "stop": 816832275
        },
        {
            "start": 816832297,
            "stop": 816832303
        },
        {
            "start": 816832328,
            "stop": 816832330
        },
        {
            "start": 816832350,
            "stop": 816832390
        },
        {
            "start": 816832425,
            "stop": 816832450
        },
        {
            "start": 816832504,
            "stop": 816832629
        },
        {
            "start": 816832664,
            "stop": 816832680
        },
        {
            "start": 816832763,
            "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
        }
    ]
}