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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=762",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=760",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 761,
    "results": [
        {
            "start": 860208750,
            "stop": 860241355
        },
        {
            "start": 860241359,
            "stop": 860244546
        },
        {
            "start": 860244556,
            "stop": 860244557
        },
        {
            "start": 860244560,
            "stop": 860250033
        },
        {
            "start": 860250036,
            "stop": 860250038
        },
        {
            "start": 860250041,
            "stop": 860252021
        },
        {
            "start": 860252023,
            "stop": 860252425
        },
        {
            "start": 860277990,
            "stop": 860279959
        },
        {
            "start": 860280674,
            "stop": 860284333
        },
        {
            "start": 860284982,
            "stop": 860292946
        },
        {
            "start": 860293607,
            "stop": 860331256
        },
        {
            "start": 860331257,
            "stop": 860341102
        },
        {
            "start": 860342538,
            "stop": 860342602
        },
        {
            "start": 860344154,
            "stop": 860347296
        },
        {
            "start": 860347991,
            "stop": 860356112
        },
        {
            "start": 860357078,
            "stop": 860357850
        },
        {
            "start": 860358495,
            "stop": 860364246
        },
        {
            "start": 860364969,
            "stop": 860365766
        },
        {
            "start": 860366905,
            "stop": 860367270
        },
        {
            "start": 860367330,
            "stop": 860370809
        }
    ]
}