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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1974",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1972",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1973,
    "results": [
        {
            "start": 1253417969,
            "stop": 1253417979
        },
        {
            "start": 1253417982,
            "stop": 1253418000
        },
        {
            "start": 1253418003,
            "stop": 1253418013
        },
        {
            "start": 1253418016,
            "stop": 1253418115
        },
        {
            "start": 1253418118,
            "stop": 1253418138
        },
        {
            "start": 1253418141,
            "stop": 1253418188
        },
        {
            "start": 1253418191,
            "stop": 1253418274
        },
        {
            "start": 1253418277,
            "stop": 1253418292
        },
        {
            "start": 1253418297,
            "stop": 1253418305
        },
        {
            "start": 1253418308,
            "stop": 1253418317
        },
        {
            "start": 1253418320,
            "stop": 1253418341
        },
        {
            "start": 1253418344,
            "stop": 1253418420
        },
        {
            "start": 1253418423,
            "stop": 1253418440
        },
        {
            "start": 1253418443,
            "stop": 1253418447
        },
        {
            "start": 1253418450,
            "stop": 1253418453
        },
        {
            "start": 1253418456,
            "stop": 1253418476
        },
        {
            "start": 1253418479,
            "stop": 1253418487
        },
        {
            "start": 1253418490,
            "stop": 1253418590
        },
        {
            "start": 1253418593,
            "stop": 1253418644
        },
        {
            "start": 1253418647,
            "stop": 1253418650
        }
    ]
}