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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7553",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7551",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7552,
    "results": [
        {
            "start": 970413196,
            "stop": 970413222
        },
        {
            "start": 970413225,
            "stop": 970413232
        },
        {
            "start": 970413236,
            "stop": 970413252
        },
        {
            "start": 970413255,
            "stop": 970413256
        },
        {
            "start": 970413376,
            "stop": 970413377
        },
        {
            "start": 970413380,
            "stop": 970413391
        },
        {
            "start": 970413394,
            "stop": 970413425
        },
        {
            "start": 970413428,
            "stop": 970413431
        },
        {
            "start": 970413437,
            "stop": 970413449
        },
        {
            "start": 970413452,
            "stop": 970413469
        },
        {
            "start": 970413474,
            "stop": 970413475
        },
        {
            "start": 970413478,
            "stop": 970413483
        },
        {
            "start": 970413487,
            "stop": 970413488
        },
        {
            "start": 970413496,
            "stop": 970413516
        },
        {
            "start": 970413519,
            "stop": 970413529
        },
        {
            "start": 970413532,
            "stop": 970413551
        },
        {
            "start": 970413554,
            "stop": 970413555
        },
        {
            "start": 970413732,
            "stop": 970413733
        },
        {
            "start": 970413736,
            "stop": 970413740
        },
        {
            "start": 970413748,
            "stop": 970413754
        }
    ]
}