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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=71",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=69",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 70,
    "results": [
        {
            "start": 931265029,
            "stop": 931265044
        },
        {
            "start": 931265046,
            "stop": 931265058
        },
        {
            "start": 931265060,
            "stop": 931265084
        },
        {
            "start": 931265087,
            "stop": 931265094
        },
        {
            "start": 931265096,
            "stop": 931265101
        },
        {
            "start": 931265102,
            "stop": 931265114
        },
        {
            "start": 931265115,
            "stop": 931265124
        },
        {
            "start": 931265126,
            "stop": 931265170
        },
        {
            "start": 931265171,
            "stop": 931265191
        },
        {
            "start": 931265193,
            "stop": 931265204
        },
        {
            "start": 931265205,
            "stop": 931265209
        },
        {
            "start": 931265211,
            "stop": 931265212
        },
        {
            "start": 931265214,
            "stop": 931265220
        },
        {
            "start": 931265222,
            "stop": 931265227
        },
        {
            "start": 931265229,
            "stop": 931265270
        },
        {
            "start": 931265272,
            "stop": 931265289
        },
        {
            "start": 931265292,
            "stop": 931265349
        },
        {
            "start": 931265351,
            "stop": 931265353
        },
        {
            "start": 931265355,
            "stop": 931265415
        },
        {
            "start": 931265417,
            "stop": 931265424
        }
    ]
}