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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=37",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=35",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 36,
    "results": [
        {
            "start": 821820062,
            "stop": 821820770
        },
        {
            "start": 821821581,
            "stop": 821822425
        },
        {
            "start": 821824292,
            "stop": 821824758
        },
        {
            "start": 821825563,
            "stop": 821826639
        },
        {
            "start": 821827606,
            "stop": 821831462
        },
        {
            "start": 821832100,
            "stop": 821833100
        },
        {
            "start": 821835537,
            "stop": 821838975
        },
        {
            "start": 821839089,
            "stop": 821840710
        },
        {
            "start": 821841971,
            "stop": 821846305
        },
        {
            "start": 821847618,
            "stop": 821872839
        },
        {
            "start": 821875260,
            "stop": 821883302
        },
        {
            "start": 821883539,
            "stop": 821906409
        },
        {
            "start": 821906707,
            "stop": 821909505
        },
        {
            "start": 821910889,
            "stop": 821911970
        },
        {
            "start": 821912080,
            "stop": 821915135
        },
        {
            "start": 821916305,
            "stop": 821969308
        },
        {
            "start": 821970104,
            "stop": 821990694
        },
        {
            "start": 821991937,
            "stop": 821992728
        },
        {
            "start": 821993087,
            "stop": 822003395
        },
        {
            "start": 822004157,
            "stop": 822012118
        }
    ]
}