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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=780",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=778",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 779,
    "results": [
        {
            "start": 1269262712,
            "stop": 1269268418
        },
        {
            "start": 1269268422,
            "stop": 1269269566
        },
        {
            "start": 1269269569,
            "stop": 1269269750
        },
        {
            "start": 1269269753,
            "stop": 1269270101
        },
        {
            "start": 1269270102,
            "stop": 1269272625
        },
        {
            "start": 1269272628,
            "stop": 1269273088
        },
        {
            "start": 1269273091,
            "stop": 1269277120
        },
        {
            "start": 1269288626,
            "stop": 1269289169
        },
        {
            "start": 1269289173,
            "stop": 1269289255
        },
        {
            "start": 1269289256,
            "stop": 1269289260
        },
        {
            "start": 1269289269,
            "stop": 1269290063
        },
        {
            "start": 1269290065,
            "stop": 1269290535
        },
        {
            "start": 1269290538,
            "stop": 1269290788
        },
        {
            "start": 1269290791,
            "stop": 1269291154
        },
        {
            "start": 1269291158,
            "stop": 1269293117
        },
        {
            "start": 1269293120,
            "stop": 1269293826
        },
        {
            "start": 1269293829,
            "stop": 1269293892
        },
        {
            "start": 1269293895,
            "stop": 1269296489
        },
        {
            "start": 1269296653,
            "stop": 1269299246
        },
        {
            "start": 1269305892,
            "stop": 1269312146
        }
    ]
}