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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7507",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7505",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7506,
    "results": [
        {
            "start": 970320803,
            "stop": 970320898
        },
        {
            "start": 970320901,
            "stop": 970320916
        },
        {
            "start": 970321036,
            "stop": 970321082
        },
        {
            "start": 970321088,
            "stop": 970321118
        },
        {
            "start": 970321121,
            "stop": 970321174
        },
        {
            "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
        }
    ]
}