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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1136",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1134",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1135,
    "results": [
        {
            "start": 950058206,
            "stop": 950058854
        },
        {
            "start": 950058856,
            "stop": 950059326
        },
        {
            "start": 950059328,
            "stop": 950059608
        },
        {
            "start": 950059610,
            "stop": 950060369
        },
        {
            "start": 950060371,
            "stop": 950060932
        },
        {
            "start": 950060934,
            "stop": 950061177
        },
        {
            "start": 950061179,
            "stop": 950061182
        },
        {
            "start": 950061184,
            "stop": 950061587
        },
        {
            "start": 950061589,
            "stop": 950061717
        },
        {
            "start": 950061719,
            "stop": 950061896
        },
        {
            "start": 950062901,
            "stop": 950064275
        },
        {
            "start": 950064277,
            "stop": 950065182
        },
        {
            "start": 950065184,
            "stop": 950066571
        },
        {
            "start": 950066573,
            "stop": 950066785
        },
        {
            "start": 950071990,
            "stop": 950072263
        },
        {
            "start": 950072265,
            "stop": 950074472
        },
        {
            "start": 950074474,
            "stop": 950075539
        },
        {
            "start": 950075541,
            "stop": 950076139
        },
        {
            "start": 950076141,
            "stop": 950076379
        },
        {
            "start": 950076381,
            "stop": 950078049
        }
    ]
}