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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=119",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=117",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 118,
    "results": [
        {
            "start": 1134912247,
            "stop": 1134912278
        },
        {
            "start": 1134912285,
            "stop": 1134912332
        },
        {
            "start": 1134912336,
            "stop": 1134912436
        },
        {
            "start": 1134912448,
            "stop": 1134912458
        },
        {
            "start": 1134912461,
            "stop": 1134912475
        },
        {
            "start": 1134912478,
            "stop": 1134912604
        },
        {
            "start": 1134912607,
            "stop": 1134912635
        },
        {
            "start": 1134912641,
            "stop": 1134915462
        },
        {
            "start": 1134915465,
            "stop": 1134915763
        },
        {
            "start": 1134915766,
            "stop": 1134915917
        },
        {
            "start": 1134915920,
            "stop": 1134915988
        },
        {
            "start": 1134915991,
            "stop": 1134916380
        },
        {
            "start": 1134916383,
            "stop": 1134916729
        },
        {
            "start": 1134916732,
            "stop": 1134916776
        },
        {
            "start": 1134916779,
            "stop": 1134916782
        },
        {
            "start": 1134916791,
            "stop": 1134918252
        },
        {
            "start": 1134918255,
            "stop": 1134918282
        },
        {
            "start": 1134918285,
            "stop": 1134918308
        },
        {
            "start": 1134918311,
            "stop": 1134918427
        },
        {
            "start": 1134918442,
            "stop": 1134918445
        }
    ]
}