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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=441",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=439",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 440,
    "results": [
        {
            "start": 871693479,
            "stop": 871695111
        },
        {
            "start": 871697037,
            "stop": 871702637
        },
        {
            "start": 871702658,
            "stop": 871713281
        },
        {
            "start": 871713300,
            "stop": 871718880
        },
        {
            "start": 871719180,
            "stop": 871743923
        },
        {
            "start": 871759954,
            "stop": 871761634
        },
        {
            "start": 871761656,
            "stop": 871764092
        },
        {
            "start": 871764133,
            "stop": 871764720
        },
        {
            "start": 871764780,
            "stop": 871765342
        },
        {
            "start": 871766991,
            "stop": 871767705
        },
        {
            "start": 871767780,
            "stop": 871788960
        },
        {
            "start": 871789020,
            "stop": 871791557
        },
        {
            "start": 871791578,
            "stop": 871803290
        },
        {
            "start": 871803614,
            "stop": 871814310
        },
        {
            "start": 871814370,
            "stop": 871818813
        },
        {
            "start": 871819050,
            "stop": 871832107
        },
        {
            "start": 871832151,
            "stop": 871834384
        },
        {
            "start": 871834403,
            "stop": 871836302
        },
        {
            "start": 871836323,
            "stop": 871836600
        },
        {
            "start": 871836660,
            "stop": 871837500
        }
    ]
}