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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1075",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1073",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1074,
    "results": [
        {
            "start": 1253170842,
            "stop": 1253171253
        },
        {
            "start": 1253171257,
            "stop": 1253171265
        },
        {
            "start": 1253171269,
            "stop": 1253171275
        },
        {
            "start": 1253171280,
            "stop": 1253171627
        },
        {
            "start": 1253171630,
            "stop": 1253171898
        },
        {
            "start": 1253171903,
            "stop": 1253172249
        },
        {
            "start": 1253172256,
            "stop": 1253172321
        },
        {
            "start": 1253172325,
            "stop": 1253172429
        },
        {
            "start": 1253172434,
            "stop": 1253172495
        },
        {
            "start": 1253172499,
            "stop": 1253172762
        },
        {
            "start": 1253172769,
            "stop": 1253172854
        },
        {
            "start": 1253172858,
            "stop": 1253173058
        },
        {
            "start": 1253173061,
            "stop": 1253173424
        },
        {
            "start": 1253173427,
            "stop": 1253173449
        },
        {
            "start": 1253173452,
            "stop": 1253173631
        },
        {
            "start": 1253173639,
            "stop": 1253173787
        },
        {
            "start": 1253173790,
            "stop": 1253173988
        },
        {
            "start": 1253173996,
            "stop": 1253174156
        },
        {
            "start": 1253174161,
            "stop": 1253174286
        },
        {
            "start": 1253174290,
            "stop": 1253174366
        }
    ]
}