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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14417",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14415",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14416,
    "results": [
        {
            "start": 971450452,
            "stop": 971450455
        },
        {
            "start": 971450460,
            "stop": 971450462
        },
        {
            "start": 971450464,
            "stop": 971450465
        },
        {
            "start": 971450466,
            "stop": 971450469
        },
        {
            "start": 971450479,
            "stop": 971450526
        },
        {
            "start": 971450529,
            "stop": 971450538
        },
        {
            "start": 971450541,
            "stop": 971450620
        },
        {
            "start": 971450622,
            "stop": 971450642
        },
        {
            "start": 971450643,
            "stop": 971450752
        },
        {
            "start": 971450755,
            "stop": 971450765
        },
        {
            "start": 971450766,
            "stop": 971450782
        },
        {
            "start": 971450784,
            "stop": 971450786
        },
        {
            "start": 971450787,
            "stop": 971450791
        },
        {
            "start": 971450793,
            "stop": 971450839
        },
        {
            "start": 971450840,
            "stop": 971450859
        },
        {
            "start": 971450861,
            "stop": 971450867
        },
        {
            "start": 971450870,
            "stop": 971450878
        },
        {
            "start": 971450881,
            "stop": 971450926
        },
        {
            "start": 971450928,
            "stop": 971450935
        },
        {
            "start": 971450937,
            "stop": 971450947
        }
    ]
}