Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=126
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=127",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=125",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 126,
    "results": [
        {
            "start": 860011670,
            "stop": 860011900
        },
        {
            "start": 860011916,
            "stop": 860060491
        },
        {
            "start": 860062829,
            "stop": 860091140
        },
        {
            "start": 860110767,
            "stop": 860149701
        },
        {
            "start": 860151094,
            "stop": 860160361
        },
        {
            "start": 860161958,
            "stop": 860162623
        },
        {
            "start": 860166061,
            "stop": 860166862
        },
        {
            "start": 860167892,
            "stop": 860168693
        },
        {
            "start": 860206213,
            "stop": 860252425
        },
        {
            "start": 860277990,
            "stop": 860284334
        },
        {
            "start": 860284982,
            "stop": 860292946
        },
        {
            "start": 860293607,
            "stop": 860341498
        },
        {
            "start": 860342538,
            "stop": 860342999
        },
        {
            "start": 860344154,
            "stop": 860347296
        },
        {
            "start": 860347991,
            "stop": 860356112
        },
        {
            "start": 860357078,
            "stop": 860357888
        },
        {
            "start": 860358495,
            "stop": 860364246
        },
        {
            "start": 860364969,
            "stop": 860366163
        },
        {
            "start": 860366905,
            "stop": 860371206
        },
        {
            "start": 860372545,
            "stop": 860401168
        }
    ]
}