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_CBCHIGH_CAT2/segments?format=api&page=4037
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=4038",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=4036",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 4037,
    "results": [
        {
            "start": 875009043,
            "stop": 875009054
        },
        {
            "start": 875009057,
            "stop": 875009153
        },
        {
            "start": 875009157,
            "stop": 875009274
        },
        {
            "start": 875009277,
            "stop": 875009465
        },
        {
            "start": 875009468,
            "stop": 875009558
        },
        {
            "start": 875009561,
            "stop": 875009589
        },
        {
            "start": 875009592,
            "stop": 875009595
        },
        {
            "start": 875009598,
            "stop": 875009610
        },
        {
            "start": 875009613,
            "stop": 875009616
        },
        {
            "start": 875009620,
            "stop": 875009639
        },
        {
            "start": 875009648,
            "stop": 875009652
        },
        {
            "start": 875009656,
            "stop": 875009662
        },
        {
            "start": 875009667,
            "stop": 875009680
        },
        {
            "start": 875009685,
            "stop": 875009693
        },
        {
            "start": 875009696,
            "stop": 875009716
        },
        {
            "start": 875009719,
            "stop": 875009722
        },
        {
            "start": 875009725,
            "stop": 875009733
        },
        {
            "start": 875009738,
            "stop": 875009904
        },
        {
            "start": 875009911,
            "stop": 875009926
        },
        {
            "start": 875009930,
            "stop": 875009931
        }
    ]
}