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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=335",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=333",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 334,
    "results": [
        {
            "start": 871680868,
            "stop": 871681972
        },
        {
            "start": 871682156,
            "stop": 871685386
        },
        {
            "start": 871693479,
            "stop": 871695111
        },
        {
            "start": 871697037,
            "stop": 871713291
        },
        {
            "start": 871713292,
            "stop": 871718880
        },
        {
            "start": 871719180,
            "stop": 871743923
        },
        {
            "start": 871759954,
            "stop": 871765350
        },
        {
            "start": 871766991,
            "stop": 871803290
        },
        {
            "start": 871803614,
            "stop": 871818821
        },
        {
            "start": 871819050,
            "stop": 871847859
        },
        {
            "start": 871847862,
            "stop": 871847868
        },
        {
            "start": 871847872,
            "stop": 871847885
        },
        {
            "start": 871847886,
            "stop": 871851523
        },
        {
            "start": 871851696,
            "stop": 871853580
        },
        {
            "start": 871858697,
            "stop": 871920697
        },
        {
            "start": 871923063,
            "stop": 871933676
        },
        {
            "start": 871934076,
            "stop": 871963554
        },
        {
            "start": 871963555,
            "stop": 872014866
        },
        {
            "start": 872017742,
            "stop": 872018291
        },
        {
            "start": 872019291,
            "stop": 872019968
        }
    ]
}