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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=310",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=308",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 309,
    "results": [
        {
            "start": 860162339,
            "stop": 860162347
        },
        {
            "start": 860162356,
            "stop": 860162364
        },
        {
            "start": 860162368,
            "stop": 860162410
        },
        {
            "start": 860162414,
            "stop": 860162593
        },
        {
            "start": 860166061,
            "stop": 860166832
        },
        {
            "start": 860167892,
            "stop": 860168582
        },
        {
            "start": 860168587,
            "stop": 860168592
        },
        {
            "start": 860168596,
            "stop": 860168663
        },
        {
            "start": 860206213,
            "stop": 860252425
        },
        {
            "start": 860277990,
            "stop": 860284305
        },
        {
            "start": 860284982,
            "stop": 860292916
        },
        {
            "start": 860293607,
            "stop": 860341468
        },
        {
            "start": 860342538,
            "stop": 860342969
        },
        {
            "start": 860344154,
            "stop": 860347296
        },
        {
            "start": 860347991,
            "stop": 860356112
        },
        {
            "start": 860357078,
            "stop": 860357858
        },
        {
            "start": 860358495,
            "stop": 860364216
        },
        {
            "start": 860364969,
            "stop": 860366133
        },
        {
            "start": 860366905,
            "stop": 860371176
        },
        {
            "start": 860372545,
            "stop": 860401168
        }
    ]
}