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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33091",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33089",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33090,
    "results": [
        {
            "start": 970540717,
            "stop": 970540718
        },
        {
            "start": 970540720,
            "stop": 970540739
        },
        {
            "start": 970540741,
            "stop": 970540743
        },
        {
            "start": 970540746,
            "stop": 970540748
        },
        {
            "start": 970540749,
            "stop": 970540760
        },
        {
            "start": 970540762,
            "stop": 970540788
        },
        {
            "start": 970540789,
            "stop": 970540828
        },
        {
            "start": 970540829,
            "stop": 970540834
        },
        {
            "start": 970540836,
            "stop": 970540878
        },
        {
            "start": 970540882,
            "stop": 970540893
        },
        {
            "start": 970540894,
            "stop": 970540899
        },
        {
            "start": 970540900,
            "stop": 970540938
        },
        {
            "start": 970540939,
            "stop": 970540941
        },
        {
            "start": 970540942,
            "stop": 970540943
        },
        {
            "start": 970540944,
            "stop": 970540976
        },
        {
            "start": 970540978,
            "stop": 970541002
        },
        {
            "start": 970541004,
            "stop": 970541030
        },
        {
            "start": 970541031,
            "stop": 970541051
        },
        {
            "start": 970541053,
            "stop": 970541063
        },
        {
            "start": 970541065,
            "stop": 970541073
        }
    ]
}