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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=96",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=94",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 95,
    "results": [
        {
            "start": 1238504113,
            "stop": 1238504277
        },
        {
            "start": 1238504282,
            "stop": 1238504404
        },
        {
            "start": 1238504406,
            "stop": 1238504604
        },
        {
            "start": 1238504609,
            "stop": 1238504832
        },
        {
            "start": 1238504834,
            "stop": 1238505081
        },
        {
            "start": 1238505083,
            "stop": 1238505203
        },
        {
            "start": 1238505205,
            "stop": 1238505455
        },
        {
            "start": 1238505460,
            "stop": 1238505616
        },
        {
            "start": 1238505618,
            "stop": 1238505766
        },
        {
            "start": 1238505768,
            "stop": 1238505773
        },
        {
            "start": 1238505775,
            "stop": 1238505780
        },
        {
            "start": 1238505782,
            "stop": 1238505925
        },
        {
            "start": 1238505929,
            "stop": 1238506058
        },
        {
            "start": 1238506063,
            "stop": 1238506070
        },
        {
            "start": 1238506072,
            "stop": 1238506314
        },
        {
            "start": 1238506315,
            "stop": 1238506608
        },
        {
            "start": 1238506611,
            "stop": 1238507587
        },
        {
            "start": 1238507589,
            "stop": 1238507703
        },
        {
            "start": 1238507705,
            "stop": 1238507833
        },
        {
            "start": 1238507838,
            "stop": 1238507890
        }
    ]
}