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=24
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=25",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=23",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 24,
    "results": [
        {
            "start": 1127354297,
            "stop": 1127354357
        },
        {
            "start": 1127354477,
            "stop": 1127355795
        },
        {
            "start": 1127355803,
            "stop": 1127356637
        },
        {
            "start": 1127356697,
            "stop": 1127356757
        },
        {
            "start": 1127356817,
            "stop": 1127356820
        },
        {
            "start": 1127356827,
            "stop": 1127356917
        },
        {
            "start": 1127356919,
            "stop": 1127357237
        },
        {
            "start": 1127357297,
            "stop": 1127357357
        },
        {
            "start": 1127357477,
            "stop": 1127357537
        },
        {
            "start": 1127357717,
            "stop": 1127357777
        },
        {
            "start": 1127358317,
            "stop": 1127358377
        },
        {
            "start": 1127358497,
            "stop": 1127358557
        },
        {
            "start": 1127358737,
            "stop": 1127358797
        },
        {
            "start": 1127359037,
            "stop": 1127359097
        },
        {
            "start": 1127359217,
            "stop": 1127359243
        },
        {
            "start": 1127359250,
            "stop": 1127359277
        },
        {
            "start": 1127359397,
            "stop": 1127359457
        },
        {
            "start": 1127359517,
            "stop": 1127359577
        },
        {
            "start": 1127359697,
            "stop": 1127360057
        },
        {
            "start": 1127360117,
            "stop": 1127361672
        }
    ]
}