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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=350",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=348",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 349,
    "results": [
        {
            "start": 818254859,
            "stop": 818254860
        },
        {
            "start": 818254872,
            "stop": 818254873
        },
        {
            "start": 818254907,
            "stop": 818254908
        },
        {
            "start": 818254915,
            "stop": 818254917
        },
        {
            "start": 818254925,
            "stop": 818254926
        },
        {
            "start": 818254932,
            "stop": 818254934
        },
        {
            "start": 818254940,
            "stop": 818254941
        },
        {
            "start": 818254945,
            "stop": 818254947
        },
        {
            "start": 818254950,
            "stop": 818254954
        },
        {
            "start": 818254959,
            "stop": 818254960
        },
        {
            "start": 818254987,
            "stop": 818254988
        },
        {
            "start": 818254991,
            "stop": 818254992
        },
        {
            "start": 818254996,
            "stop": 818255003
        },
        {
            "start": 818255016,
            "stop": 818255017
        },
        {
            "start": 818255023,
            "stop": 818255029
        },
        {
            "start": 818255041,
            "stop": 818255043
        },
        {
            "start": 818255050,
            "stop": 818255052
        },
        {
            "start": 818255055,
            "stop": 818255058
        },
        {
            "start": 818255066,
            "stop": 818255070
        },
        {
            "start": 818255084,
            "stop": 818255088
        }
    ]
}