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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2268",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2266",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2267,
    "results": [
        {
            "start": 873493739,
            "stop": 873496693
        },
        {
            "start": 873497767,
            "stop": 873497802
        },
        {
            "start": 873497819,
            "stop": 873501800
        },
        {
            "start": 873503015,
            "stop": 873506733
        },
        {
            "start": 873506752,
            "stop": 873510393
        },
        {
            "start": 873510412,
            "stop": 873510907
        },
        {
            "start": 873510926,
            "stop": 873513048
        },
        {
            "start": 873513067,
            "stop": 873515911
        },
        {
            "start": 873518457,
            "stop": 873518462
        },
        {
            "start": 873518479,
            "stop": 873518521
        },
        {
            "start": 873518538,
            "stop": 873520513
        },
        {
            "start": 873520532,
            "stop": 873521332
        },
        {
            "start": 873521357,
            "stop": 873522161
        },
        {
            "start": 873522180,
            "stop": 873524189
        },
        {
            "start": 873524208,
            "stop": 873524244
        },
        {
            "start": 873524267,
            "stop": 873524339
        },
        {
            "start": 873524358,
            "stop": 873526089
        },
        {
            "start": 873526107,
            "stop": 873527100
        },
        {
            "start": 873527160,
            "stop": 873532256
        },
        {
            "start": 873532274,
            "stop": 873532527
        }
    ]
}