Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=33
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=34",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=32",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 33,
    "results": [
        {
            "start": 1369777921,
            "stop": 1369778223
        },
        {
            "start": 1369778225,
            "stop": 1369780933
        },
        {
            "start": 1369780935,
            "stop": 1369781228
        },
        {
            "start": 1369781229,
            "stop": 1369781908
        },
        {
            "start": 1369781910,
            "stop": 1369784091
        },
        {
            "start": 1369784093,
            "stop": 1369784394
        },
        {
            "start": 1369784396,
            "stop": 1369785115
        },
        {
            "start": 1369785117,
            "stop": 1369793340
        },
        {
            "start": 1369793342,
            "stop": 1369795009
        },
        {
            "start": 1369795013,
            "stop": 1369797375
        },
        {
            "start": 1369797376,
            "stop": 1369799569
        },
        {
            "start": 1369799571,
            "stop": 1369801657
        },
        {
            "start": 1369801659,
            "stop": 1369803790
        },
        {
            "start": 1369803792,
            "stop": 1369803929
        },
        {
            "start": 1369803934,
            "stop": 1369806026
        },
        {
            "start": 1369806028,
            "stop": 1369808204
        },
        {
            "start": 1369808206,
            "stop": 1369809222
        },
        {
            "start": 1369809223,
            "stop": 1369810106
        },
        {
            "start": 1369810108,
            "stop": 1369811529
        },
        {
            "start": 1369811531,
            "stop": 1369811597
        }
    ]
}