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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=454",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=452",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 453,
    "results": [
        {
            "start": 818756218,
            "stop": 818756219
        },
        {
            "start": 818756284,
            "stop": 818756287
        },
        {
            "start": 818756306,
            "stop": 818756307
        },
        {
            "start": 818756310,
            "stop": 818756323
        },
        {
            "start": 818756328,
            "stop": 818756331
        },
        {
            "start": 818756356,
            "stop": 818756361
        },
        {
            "start": 818756365,
            "stop": 818756369
        },
        {
            "start": 818756372,
            "stop": 818756373
        },
        {
            "start": 818756376,
            "stop": 818756378
        },
        {
            "start": 818756384,
            "stop": 818756387
        },
        {
            "start": 818756390,
            "stop": 818756394
        },
        {
            "start": 818756406,
            "stop": 818756408
        },
        {
            "start": 818756411,
            "stop": 818756412
        },
        {
            "start": 818756416,
            "stop": 818756417
        },
        {
            "start": 818756484,
            "stop": 818756485
        },
        {
            "start": 818756518,
            "stop": 818756521
        },
        {
            "start": 818756573,
            "stop": 818756574
        },
        {
            "start": 818756577,
            "stop": 818756591
        },
        {
            "start": 818756651,
            "stop": 818756654
        },
        {
            "start": 818756679,
            "stop": 818756699
        }
    ]
}