Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7369
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7370",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7368",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7369,
    "results": [
        {
            "start": 969447967,
            "stop": 969448181
        },
        {
            "start": 969448184,
            "stop": 969448296
        },
        {
            "start": 969448299,
            "stop": 969448510
        },
        {
            "start": 969448513,
            "stop": 969448730
        },
        {
            "start": 969448733,
            "stop": 969448905
        },
        {
            "start": 969448908,
            "stop": 969449500
        },
        {
            "start": 969449503,
            "stop": 969449553
        },
        {
            "start": 969449556,
            "stop": 969449956
        },
        {
            "start": 969449959,
            "stop": 969450158
        },
        {
            "start": 969450165,
            "stop": 969450170
        },
        {
            "start": 969450173,
            "stop": 969450191
        },
        {
            "start": 969450194,
            "stop": 969450216
        },
        {
            "start": 969450219,
            "stop": 969450231
        },
        {
            "start": 969450234,
            "stop": 969450528
        },
        {
            "start": 969450531,
            "stop": 969450766
        },
        {
            "start": 969450769,
            "stop": 969450837
        },
        {
            "start": 969450840,
            "stop": 969450909
        },
        {
            "start": 969450912,
            "stop": 969451636
        },
        {
            "start": 969451639,
            "stop": 969451891
        },
        {
            "start": 969455030,
            "stop": 969455123
        }
    ]
}