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=179
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=180",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=178",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 179,
    "results": [
        {
            "start": 932475451,
            "stop": 932475604
        },
        {
            "start": 932475606,
            "stop": 932475615
        },
        {
            "start": 932475975,
            "stop": 932476463
        },
        {
            "start": 932476465,
            "stop": 932476853
        },
        {
            "start": 932476855,
            "stop": 932477255
        },
        {
            "start": 932477274,
            "stop": 932477783
        },
        {
            "start": 932477785,
            "stop": 932478407
        },
        {
            "start": 932478409,
            "stop": 932478649
        },
        {
            "start": 932478651,
            "stop": 932478949
        },
        {
            "start": 932478951,
            "stop": 932479215
        },
        {
            "start": 932479575,
            "stop": 932479609
        },
        {
            "start": 932479611,
            "stop": 932479635
        },
        {
            "start": 932479637,
            "stop": 932480250
        },
        {
            "start": 932480255,
            "stop": 932480387
        },
        {
            "start": 932480389,
            "stop": 932480493
        },
        {
            "start": 932480495,
            "stop": 932480657
        },
        {
            "start": 932480659,
            "stop": 932480672
        },
        {
            "start": 932480675,
            "stop": 932480873
        },
        {
            "start": 932480875,
            "stop": 932481105
        },
        {
            "start": 932481107,
            "stop": 932481928
        }
    ]
}