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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1857",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1855",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1856,
    "results": [
        {
            "start": 843896334,
            "stop": 843896611
        },
        {
            "start": 843896612,
            "stop": 843896638
        },
        {
            "start": 843896640,
            "stop": 843896665
        },
        {
            "start": 843896667,
            "stop": 843896745
        },
        {
            "start": 843896747,
            "stop": 843896771
        },
        {
            "start": 843896773,
            "stop": 843896808
        },
        {
            "start": 843896810,
            "stop": 843897146
        },
        {
            "start": 843897148,
            "stop": 843897235
        },
        {
            "start": 843897237,
            "stop": 843897374
        },
        {
            "start": 843897376,
            "stop": 843897664
        },
        {
            "start": 843897666,
            "stop": 843897667
        },
        {
            "start": 843897669,
            "stop": 843897694
        },
        {
            "start": 843897696,
            "stop": 843897819
        },
        {
            "start": 843897821,
            "stop": 843898210
        },
        {
            "start": 843898212,
            "stop": 843898395
        },
        {
            "start": 843898397,
            "stop": 843898781
        },
        {
            "start": 843898783,
            "stop": 843898822
        },
        {
            "start": 843898824,
            "stop": 843898981
        },
        {
            "start": 843898983,
            "stop": 843899489
        },
        {
            "start": 843899491,
            "stop": 843899581
        }
    ]
}