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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9136",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9134",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9135,
    "results": [
        {
            "start": 875117435,
            "stop": 875117439
        },
        {
            "start": 875117500,
            "stop": 875117524
        },
        {
            "start": 875117575,
            "stop": 875117625
        },
        {
            "start": 875117817,
            "stop": 875117818
        },
        {
            "start": 875117860,
            "stop": 875117877
        },
        {
            "start": 875117920,
            "stop": 875117929
        },
        {
            "start": 875117950,
            "stop": 875117958
        },
        {
            "start": 875117977,
            "stop": 875118213
        },
        {
            "start": 875118232,
            "stop": 875118241
        },
        {
            "start": 875118286,
            "stop": 875118291
        },
        {
            "start": 875118353,
            "stop": 875118527
        },
        {
            "start": 875118558,
            "stop": 875118641
        },
        {
            "start": 875118658,
            "stop": 875118752
        },
        {
            "start": 875118769,
            "stop": 875118791
        },
        {
            "start": 875118810,
            "stop": 875118861
        },
        {
            "start": 875118916,
            "stop": 875119020
        },
        {
            "start": 875119080,
            "stop": 875119199
        },
        {
            "start": 875119265,
            "stop": 875119305
        },
        {
            "start": 875119377,
            "stop": 875119441
        },
        {
            "start": 875119463,
            "stop": 875119465
        }
    ]
}