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=4065
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=4066",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=4064",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 4065,
    "results": [
        {
            "start": 875119210,
            "stop": 875119211
        },
        {
            "start": 875119219,
            "stop": 875119223
        },
        {
            "start": 875119226,
            "stop": 875119227
        },
        {
            "start": 875119233,
            "stop": 875119236
        },
        {
            "start": 875119241,
            "stop": 875119254
        },
        {
            "start": 875119257,
            "stop": 875119314
        },
        {
            "start": 875119377,
            "stop": 875119449
        },
        {
            "start": 875119455,
            "stop": 875119473
        },
        {
            "start": 875119477,
            "stop": 875119527
        },
        {
            "start": 875119530,
            "stop": 875119534
        },
        {
            "start": 875119539,
            "stop": 875119561
        },
        {
            "start": 875119565,
            "stop": 875119575
        },
        {
            "start": 875119578,
            "stop": 875119996
        },
        {
            "start": 875119999,
            "stop": 875120049
        },
        {
            "start": 875120052,
            "stop": 875121341
        },
        {
            "start": 875121345,
            "stop": 875121916
        },
        {
            "start": 875121919,
            "stop": 875122528
        },
        {
            "start": 875122531,
            "stop": 875122547
        },
        {
            "start": 875122550,
            "stop": 875122637
        },
        {
            "start": 875122640,
            "stop": 875122681
        }
    ]
}