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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6258",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6256",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6257,
    "results": [
        {
            "start": 874958314,
            "stop": 874958340
        },
        {
            "start": 874958341,
            "stop": 874958367
        },
        {
            "start": 874958369,
            "stop": 874958413
        },
        {
            "start": 874958414,
            "stop": 874958820
        },
        {
            "start": 874958880,
            "stop": 874959984
        },
        {
            "start": 874959985,
            "stop": 874960018
        },
        {
            "start": 874960020,
            "stop": 874960956
        },
        {
            "start": 874960957,
            "stop": 874961063
        },
        {
            "start": 874961064,
            "stop": 874961400
        },
        {
            "start": 874961460,
            "stop": 874961466
        },
        {
            "start": 874961467,
            "stop": 874961474
        },
        {
            "start": 874961475,
            "stop": 874961477
        },
        {
            "start": 874961478,
            "stop": 874961482
        },
        {
            "start": 874969942,
            "stop": 874973964
        },
        {
            "start": 874973967,
            "stop": 874974186
        },
        {
            "start": 874974189,
            "stop": 874977093
        },
        {
            "start": 874977095,
            "stop": 874977259
        },
        {
            "start": 874977260,
            "stop": 874977724
        },
        {
            "start": 874977727,
            "stop": 874977891
        },
        {
            "start": 874977892,
            "stop": 874978208
        }
    ]
}