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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3823",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3821",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3822,
    "results": [
        {
            "start": 873406071,
            "stop": 873406088
        },
        {
            "start": 873406091,
            "stop": 873406176
        },
        {
            "start": 873406181,
            "stop": 873406185
        },
        {
            "start": 873406188,
            "stop": 873406189
        },
        {
            "start": 873406195,
            "stop": 873406279
        },
        {
            "start": 873406282,
            "stop": 873406339
        },
        {
            "start": 873406342,
            "stop": 873406564
        },
        {
            "start": 873406569,
            "stop": 873406589
        },
        {
            "start": 873406592,
            "stop": 873406744
        },
        {
            "start": 873406747,
            "stop": 873406767
        },
        {
            "start": 873406770,
            "stop": 873406787
        },
        {
            "start": 873406791,
            "stop": 873406982
        },
        {
            "start": 873406985,
            "stop": 873407070
        },
        {
            "start": 873407073,
            "stop": 873407097
        },
        {
            "start": 873407100,
            "stop": 873407146
        },
        {
            "start": 873407152,
            "stop": 873407155
        },
        {
            "start": 873407158,
            "stop": 873407165
        },
        {
            "start": 873407168,
            "stop": 873407170
        },
        {
            "start": 873407173,
            "stop": 873411153
        },
        {
            "start": 873411159,
            "stop": 873411456
        }
    ]
}