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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3224",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3222",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3223,
    "results": [
        {
            "start": 871667389,
            "stop": 871671365
        },
        {
            "start": 871671370,
            "stop": 871671382
        },
        {
            "start": 871671393,
            "stop": 871671730
        },
        {
            "start": 871678668,
            "stop": 871679392
        },
        {
            "start": 871680868,
            "stop": 871680989
        },
        {
            "start": 871680992,
            "stop": 871681970
        },
        {
            "start": 871682156,
            "stop": 871682760
        },
        {
            "start": 871682820,
            "stop": 871684943
        },
        {
            "start": 871684946,
            "stop": 871685386
        },
        {
            "start": 871693479,
            "stop": 871695111
        },
        {
            "start": 871697037,
            "stop": 871702645
        },
        {
            "start": 871702650,
            "stop": 871702680
        },
        {
            "start": 871702740,
            "stop": 871707000
        },
        {
            "start": 871707060,
            "stop": 871713288
        },
        {
            "start": 871713292,
            "stop": 871718880
        },
        {
            "start": 871719180,
            "stop": 871734540
        },
        {
            "start": 871734600,
            "stop": 871736700
        },
        {
            "start": 871736760,
            "stop": 871740300
        },
        {
            "start": 871740360,
            "stop": 871742160
        },
        {
            "start": 871742220,
            "stop": 871743923
        }
    ]
}