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=1048
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=1049",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1047",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1048,
    "results": [
        {
            "start": 1252923172,
            "stop": 1252924085
        },
        {
            "start": 1252924091,
            "stop": 1252924315
        },
        {
            "start": 1252924318,
            "stop": 1252924343
        },
        {
            "start": 1252924347,
            "stop": 1252924726
        },
        {
            "start": 1252924730,
            "stop": 1252925718
        },
        {
            "start": 1252925722,
            "stop": 1252925832
        },
        {
            "start": 1252925836,
            "stop": 1252926930
        },
        {
            "start": 1252926938,
            "stop": 1252926983
        },
        {
            "start": 1252926987,
            "stop": 1252927206
        },
        {
            "start": 1252927210,
            "stop": 1252927658
        },
        {
            "start": 1252927664,
            "stop": 1252927799
        },
        {
            "start": 1252927803,
            "stop": 1252927886
        },
        {
            "start": 1252927889,
            "stop": 1252928015
        },
        {
            "start": 1252928018,
            "stop": 1252928297
        },
        {
            "start": 1252928301,
            "stop": 1252928382
        },
        {
            "start": 1252928386,
            "stop": 1252928637
        },
        {
            "start": 1252928640,
            "stop": 1252928834
        },
        {
            "start": 1252928838,
            "stop": 1252928907
        },
        {
            "start": 1252928914,
            "stop": 1252929532
        },
        {
            "start": 1252929536,
            "stop": 1252929793
        }
    ]
}