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=7522
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=7523",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7521",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7522,
    "results": [
        {
            "start": 970321177,
            "stop": 970321335
        },
        {
            "start": 970321338,
            "stop": 970321354
        },
        {
            "start": 970321360,
            "stop": 970321429
        },
        {
            "start": 970321435,
            "stop": 970321451
        },
        {
            "start": 970321454,
            "stop": 970321614
        },
        {
            "start": 970321620,
            "stop": 970321636
        },
        {
            "start": 970321821,
            "stop": 970321822
        },
        {
            "start": 970321838,
            "stop": 970321846
        },
        {
            "start": 970321863,
            "stop": 970321871
        },
        {
            "start": 970321877,
            "stop": 970321887
        },
        {
            "start": 970321893,
            "stop": 970321901
        },
        {
            "start": 970321910,
            "stop": 970321917
        },
        {
            "start": 970321933,
            "stop": 970322009
        },
        {
            "start": 970322013,
            "stop": 970322021
        },
        {
            "start": 970322024,
            "stop": 970322045
        },
        {
            "start": 970322048,
            "stop": 970322056
        },
        {
            "start": 970322296,
            "stop": 970322341
        },
        {
            "start": 970322344,
            "stop": 970322348
        },
        {
            "start": 970322351,
            "stop": 970322376
        },
        {
            "start": 970322379,
            "stop": 970322383
        }
    ]
}