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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=149",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=147",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 148,
    "results": [
        {
            "start": 817132442,
            "stop": 817132600
        },
        {
            "start": 817132620,
            "stop": 817132828
        },
        {
            "start": 817132864,
            "stop": 817132925
        },
        {
            "start": 817132945,
            "stop": 817133176
        },
        {
            "start": 817133197,
            "stop": 817133651
        },
        {
            "start": 817133670,
            "stop": 817133900
        },
        {
            "start": 817133919,
            "stop": 817134302
        },
        {
            "start": 817134323,
            "stop": 817134619
        },
        {
            "start": 817134640,
            "stop": 817134707
        },
        {
            "start": 817134728,
            "stop": 817134889
        },
        {
            "start": 817134917,
            "stop": 817134936
        },
        {
            "start": 817134955,
            "stop": 817135230
        },
        {
            "start": 817135330,
            "stop": 817135332
        },
        {
            "start": 817135364,
            "stop": 817135393
        },
        {
            "start": 817135413,
            "stop": 817135428
        },
        {
            "start": 817135448,
            "stop": 817135490
        },
        {
            "start": 817135549,
            "stop": 817135589
        },
        {
            "start": 817135609,
            "stop": 817135888
        },
        {
            "start": 817135908,
            "stop": 817136035
        },
        {
            "start": 817136056,
            "stop": 817136206
        }
    ]
}