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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8209",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8207",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8208,
    "results": [
        {
            "start": 873492203,
            "stop": 873492213
        },
        {
            "start": 873492250,
            "stop": 873492309
        },
        {
            "start": 873492329,
            "stop": 873492660
        },
        {
            "start": 873492720,
            "stop": 873492799
        },
        {
            "start": 873492818,
            "stop": 873493020
        },
        {
            "start": 873493080,
            "stop": 873493140
        },
        {
            "start": 873493276,
            "stop": 873493440
        },
        {
            "start": 873493620,
            "stop": 873493681
        },
        {
            "start": 873493703,
            "stop": 873493720
        },
        {
            "start": 873493739,
            "stop": 873493920
        },
        {
            "start": 873494040,
            "stop": 873494100
        },
        {
            "start": 873494160,
            "stop": 873494460
        },
        {
            "start": 873494520,
            "stop": 873494700
        },
        {
            "start": 873494760,
            "stop": 873494820
        },
        {
            "start": 873494940,
            "stop": 873495060
        },
        {
            "start": 873495120,
            "stop": 873495576
        },
        {
            "start": 873495593,
            "stop": 873496581
        },
        {
            "start": 873497767,
            "stop": 873497802
        },
        {
            "start": 873497819,
            "stop": 873498300
        },
        {
            "start": 873498360,
            "stop": 873498480
        }
    ]
}