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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT1/segments?format=api&page=22",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT1/segments?format=api&page=20",
    "results_count": 655,
    "results_per_page": 20,
    "num_pages": 33,
    "page_number": 21,
    "results": [
        {
            "start": 1127496677,
            "stop": 1127496737
        },
        {
            "start": 1127497037,
            "stop": 1127497073
        },
        {
            "start": 1127497443,
            "stop": 1127497637
        },
        {
            "start": 1127497757,
            "stop": 1127497817
        },
        {
            "start": 1127497877,
            "stop": 1127499077
        },
        {
            "start": 1127505580,
            "stop": 1127538416
        },
        {
            "start": 1127542188,
            "stop": 1127572338
        },
        {
            "start": 1127600564,
            "stop": 1127603597
        },
        {
            "start": 1127603657,
            "stop": 1127603897
        },
        {
            "start": 1127603957,
            "stop": 1127604345
        },
        {
            "start": 1127605981,
            "stop": 1127610497
        },
        {
            "start": 1127610557,
            "stop": 1127613783
        },
        {
            "start": 1127617667,
            "stop": 1127634250
        },
        {
            "start": 1127637592,
            "stop": 1127670202
        },
        {
            "start": 1127672509,
            "stop": 1127672621
        },
        {
            "start": 1127677444,
            "stop": 1127682859
        },
        {
            "start": 1127688849,
            "stop": 1127743166
        },
        {
            "start": 1127745666,
            "stop": 1127745778
        },
        {
            "start": 1127747340,
            "stop": 1127767654
        },
        {
            "start": 1127781937,
            "stop": 1127814167
        }
    ]
}