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=131
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=132",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=130",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 131,
    "results": [
        {
            "start": 818068363,
            "stop": 818068381
        },
        {
            "start": 818068384,
            "stop": 818068386
        },
        {
            "start": 818068392,
            "stop": 818068414
        },
        {
            "start": 818068417,
            "stop": 818068420
        },
        {
            "start": 818068426,
            "stop": 818068427
        },
        {
            "start": 818068430,
            "stop": 818068432
        },
        {
            "start": 818068435,
            "stop": 818068438
        },
        {
            "start": 818068442,
            "stop": 818068445
        },
        {
            "start": 818068448,
            "stop": 818068450
        },
        {
            "start": 818068454,
            "stop": 818068458
        },
        {
            "start": 818068462,
            "stop": 818068464
        },
        {
            "start": 818068467,
            "stop": 818068476
        },
        {
            "start": 818068491,
            "stop": 818068492
        },
        {
            "start": 818068495,
            "stop": 818068496
        },
        {
            "start": 818068501,
            "stop": 818068502
        },
        {
            "start": 818068513,
            "stop": 818068530
        },
        {
            "start": 818068542,
            "stop": 818068553
        },
        {
            "start": 818068557,
            "stop": 818068558
        },
        {
            "start": 818068562,
            "stop": 818068565
        },
        {
            "start": 818068571,
            "stop": 818068577
        }
    ]
}