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=25
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=26",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=24",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 25,
    "results": [
        {
            "start": 820174486,
            "stop": 820175694
        },
        {
            "start": 820177368,
            "stop": 820194265
        },
        {
            "start": 820196007,
            "stop": 820199657
        },
        {
            "start": 820204001,
            "stop": 820210682
        },
        {
            "start": 820216753,
            "stop": 820218668
        },
        {
            "start": 820228454,
            "stop": 820231366
        },
        {
            "start": 820231621,
            "stop": 820250490
        },
        {
            "start": 820251634,
            "stop": 820251643
        },
        {
            "start": 820251657,
            "stop": 820273452
        },
        {
            "start": 820273686,
            "stop": 820275930
        },
        {
            "start": 820280886,
            "stop": 820280902
        },
        {
            "start": 820280976,
            "stop": 820284795
        },
        {
            "start": 820285510,
            "stop": 820304495
        },
        {
            "start": 820304918,
            "stop": 820316391
        },
        {
            "start": 820316628,
            "stop": 820321195
        },
        {
            "start": 820321810,
            "stop": 820322269
        },
        {
            "start": 820322418,
            "stop": 820327239
        },
        {
            "start": 820327808,
            "stop": 820338086
        },
        {
            "start": 820338288,
            "stop": 820340206
        },
        {
            "start": 820359180,
            "stop": 820359381
        }
    ]
}