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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7645",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7643",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7644,
    "results": [
        {
            "start": 970995099,
            "stop": 970995179
        },
        {
            "start": 970995182,
            "stop": 970995196
        },
        {
            "start": 970995199,
            "stop": 970995323
        },
        {
            "start": 970995337,
            "stop": 970995528
        },
        {
            "start": 970995531,
            "stop": 970995532
        },
        {
            "start": 970995535,
            "stop": 970995760
        },
        {
            "start": 970995763,
            "stop": 970995805
        },
        {
            "start": 970995808,
            "stop": 970995854
        },
        {
            "start": 970995857,
            "stop": 970995949
        },
        {
            "start": 970995952,
            "stop": 970995954
        },
        {
            "start": 970995957,
            "stop": 970996056
        },
        {
            "start": 970996059,
            "stop": 970996068
        },
        {
            "start": 970996071,
            "stop": 970996096
        },
        {
            "start": 970996099,
            "stop": 970996118
        },
        {
            "start": 970996121,
            "stop": 970996184
        },
        {
            "start": 970996187,
            "stop": 970996188
        },
        {
            "start": 970996191,
            "stop": 970996308
        },
        {
            "start": 970996311,
            "stop": 970996332
        },
        {
            "start": 970996335,
            "stop": 970996484
        },
        {
            "start": 970996487,
            "stop": 970996494
        }
    ]
}