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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=100",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=98",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 99,
    "results": [
        {
            "start": 817857565,
            "stop": 817857568
        },
        {
            "start": 817857575,
            "stop": 817857686
        },
        {
            "start": 817857693,
            "stop": 817857760
        },
        {
            "start": 817857768,
            "stop": 817857799
        },
        {
            "start": 817857806,
            "stop": 817857864
        },
        {
            "start": 817857871,
            "stop": 817857883
        },
        {
            "start": 817857894,
            "stop": 817857956
        },
        {
            "start": 817857990,
            "stop": 817858089
        },
        {
            "start": 817858100,
            "stop": 817858130
        },
        {
            "start": 817858140,
            "stop": 817858160
        },
        {
            "start": 817858167,
            "stop": 817858171
        },
        {
            "start": 817858179,
            "stop": 817858310
        },
        {
            "start": 817858324,
            "stop": 817858489
        },
        {
            "start": 817858498,
            "stop": 817858513
        },
        {
            "start": 817858521,
            "stop": 817858536
        },
        {
            "start": 817858545,
            "stop": 817858548
        },
        {
            "start": 817858555,
            "stop": 817858592
        },
        {
            "start": 817858599,
            "stop": 817858604
        },
        {
            "start": 817858612,
            "stop": 817858628
        },
        {
            "start": 817858657,
            "stop": 817858734
        }
    ]
}