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=3785
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=3786",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3784",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3785,
    "results": [
        {
            "start": 873194091,
            "stop": 873194193
        },
        {
            "start": 873194196,
            "stop": 873194198
        },
        {
            "start": 873194201,
            "stop": 873194218
        },
        {
            "start": 873194223,
            "stop": 873194225
        },
        {
            "start": 873194228,
            "stop": 873195149
        },
        {
            "start": 873195152,
            "stop": 873195426
        },
        {
            "start": 873195434,
            "stop": 873195445
        },
        {
            "start": 873195450,
            "stop": 873195501
        },
        {
            "start": 873195504,
            "stop": 873195508
        },
        {
            "start": 873195513,
            "stop": 873195533
        },
        {
            "start": 873195536,
            "stop": 873195542
        },
        {
            "start": 873195545,
            "stop": 873195605
        },
        {
            "start": 873195608,
            "stop": 873195625
        },
        {
            "start": 873195628,
            "stop": 873195905
        },
        {
            "start": 873195913,
            "stop": 873195940
        },
        {
            "start": 873195943,
            "stop": 873195953
        },
        {
            "start": 873195956,
            "stop": 873195985
        },
        {
            "start": 873195988,
            "stop": 873196052
        },
        {
            "start": 873196055,
            "stop": 873196226
        },
        {
            "start": 873196229,
            "stop": 873196246
        }
    ]
}