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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2187",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2185",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2186,
    "results": [
        {
            "start": 871682156,
            "stop": 871685386
        },
        {
            "start": 871693479,
            "stop": 871695111
        },
        {
            "start": 871697037,
            "stop": 871702645
        },
        {
            "start": 871702650,
            "stop": 871713289
        },
        {
            "start": 871713292,
            "stop": 871718880
        },
        {
            "start": 871719180,
            "stop": 871743923
        },
        {
            "start": 871759954,
            "stop": 871761642
        },
        {
            "start": 871761648,
            "stop": 871764100
        },
        {
            "start": 871764108,
            "stop": 871764120
        },
        {
            "start": 871764125,
            "stop": 871764720
        },
        {
            "start": 871764780,
            "stop": 871765350
        },
        {
            "start": 871766991,
            "stop": 871767713
        },
        {
            "start": 871767716,
            "stop": 871767720
        },
        {
            "start": 871767780,
            "stop": 871788960
        },
        {
            "start": 871789020,
            "stop": 871791565
        },
        {
            "start": 871791570,
            "stop": 871803290
        },
        {
            "start": 871803614,
            "stop": 871814310
        },
        {
            "start": 871814370,
            "stop": 871818821
        },
        {
            "start": 871819050,
            "stop": 871832115
        },
        {
            "start": 871832123,
            "stop": 871832135
        }
    ]
}