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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=11",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=9",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 10,
    "results": [
        {
            "start": 817027255,
            "stop": 817027257
        },
        {
            "start": 817030102,
            "stop": 817031621
        },
        {
            "start": 817031625,
            "stop": 817034120
        },
        {
            "start": 817034123,
            "stop": 817034134
        },
        {
            "start": 817048430,
            "stop": 817050839
        },
        {
            "start": 817059261,
            "stop": 817061487
        },
        {
            "start": 817117943,
            "stop": 817118167
        },
        {
            "start": 817118462,
            "stop": 817118517
        },
        {
            "start": 817118585,
            "stop": 817119072
        },
        {
            "start": 817119074,
            "stop": 817119116
        },
        {
            "start": 817119119,
            "stop": 817119284
        },
        {
            "start": 817119287,
            "stop": 817119342
        },
        {
            "start": 817119344,
            "stop": 817119354
        },
        {
            "start": 817119355,
            "stop": 817119831
        },
        {
            "start": 817119950,
            "stop": 817119965
        },
        {
            "start": 817119967,
            "stop": 817120016
        },
        {
            "start": 817120018,
            "stop": 817120025
        },
        {
            "start": 817120026,
            "stop": 817120124
        },
        {
            "start": 817123028,
            "stop": 817124352
        },
        {
            "start": 817124357,
            "stop": 817125561
        }
    ]
}