Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=21
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=22",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=20",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 21,
    "results": [
        {
            "start": 816745835,
            "stop": 816745915
        },
        {
            "start": 816745923,
            "stop": 816745986
        },
        {
            "start": 816745994,
            "stop": 816747514
        },
        {
            "start": 816747522,
            "stop": 816747813
        },
        {
            "start": 816747821,
            "stop": 816747878
        },
        {
            "start": 816747886,
            "stop": 816747979
        },
        {
            "start": 816747987,
            "stop": 816748251
        },
        {
            "start": 816748259,
            "stop": 816748962
        },
        {
            "start": 816748970,
            "stop": 816749342
        },
        {
            "start": 816749349,
            "stop": 816749367
        },
        {
            "start": 816749374,
            "stop": 816749449
        },
        {
            "start": 816750806,
            "stop": 816751379
        },
        {
            "start": 816751387,
            "stop": 816752422
        },
        {
            "start": 816752430,
            "stop": 816752495
        },
        {
            "start": 816752503,
            "stop": 816752671
        },
        {
            "start": 816752678,
            "stop": 816752688
        },
        {
            "start": 816752696,
            "stop": 816752852
        },
        {
            "start": 816757833,
            "stop": 816758047
        },
        {
            "start": 816758055,
            "stop": 816758487
        },
        {
            "start": 816758495,
            "stop": 816758760
        }
    ]
}