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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=118",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=116",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 117,
    "results": [
        {
            "start": 932621239,
            "stop": 932621252
        },
        {
            "start": 932621271,
            "stop": 932621291
        },
        {
            "start": 932621309,
            "stop": 932621326
        },
        {
            "start": 932621348,
            "stop": 932621368
        },
        {
            "start": 932621387,
            "stop": 932621707
        },
        {
            "start": 932621728,
            "stop": 932621752
        },
        {
            "start": 932621775,
            "stop": 932621823
        },
        {
            "start": 932621842,
            "stop": 932622134
        },
        {
            "start": 932622153,
            "stop": 932622190
        },
        {
            "start": 932622209,
            "stop": 932623596
        },
        {
            "start": 932623615,
            "stop": 932623715
        },
        {
            "start": 932623736,
            "stop": 932623742
        },
        {
            "start": 932623764,
            "stop": 932623821
        },
        {
            "start": 932623840,
            "stop": 932623885
        },
        {
            "start": 932623904,
            "stop": 932623973
        },
        {
            "start": 932623992,
            "stop": 932624103
        },
        {
            "start": 932624122,
            "stop": 932624191
        },
        {
            "start": 932624226,
            "stop": 932624230
        },
        {
            "start": 932624277,
            "stop": 932624297
        },
        {
            "start": 932624347,
            "stop": 932624357
        }
    ]
}