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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=44",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=42",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 43,
    "results": [
        {
            "start": 821168426,
            "stop": 821168615
        },
        {
            "start": 821168618,
            "stop": 821172813
        },
        {
            "start": 821172816,
            "stop": 821173755
        },
        {
            "start": 821173758,
            "stop": 821173903
        },
        {
            "start": 821173906,
            "stop": 821173992
        },
        {
            "start": 821173995,
            "stop": 821174407
        },
        {
            "start": 821174410,
            "stop": 821174503
        },
        {
            "start": 821174506,
            "stop": 821174513
        },
        {
            "start": 821174711,
            "stop": 821174778
        },
        {
            "start": 821174781,
            "stop": 821174788
        },
        {
            "start": 821174791,
            "stop": 821175504
        },
        {
            "start": 821175507,
            "stop": 821175640
        },
        {
            "start": 821175643,
            "stop": 821175857
        },
        {
            "start": 821175860,
            "stop": 821180595
        },
        {
            "start": 821180596,
            "stop": 821185821
        },
        {
            "start": 821185822,
            "stop": 821208298
        },
        {
            "start": 821208889,
            "stop": 821217189
        },
        {
            "start": 821217192,
            "stop": 821217363
        },
        {
            "start": 821217366,
            "stop": 821219107
        },
        {
            "start": 821219110,
            "stop": 821222766
        }
    ]
}