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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9822",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9820",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9821,
    "results": [
        {
            "start": 873743580,
            "stop": 873743880
        },
        {
            "start": 873744036,
            "stop": 873744120
        },
        {
            "start": 873744180,
            "stop": 873744232
        },
        {
            "start": 873744272,
            "stop": 873744300
        },
        {
            "start": 873744420,
            "stop": 873744720
        },
        {
            "start": 873744840,
            "stop": 873744900
        },
        {
            "start": 873744960,
            "stop": 873745020
        },
        {
            "start": 873745080,
            "stop": 873745200
        },
        {
            "start": 873745260,
            "stop": 873745328
        },
        {
            "start": 873746777,
            "stop": 873746880
        },
        {
            "start": 873746940,
            "stop": 873746946
        },
        {
            "start": 873747095,
            "stop": 873747229
        },
        {
            "start": 873747251,
            "stop": 873747300
        },
        {
            "start": 873747360,
            "stop": 873747758
        },
        {
            "start": 873747969,
            "stop": 873748500
        },
        {
            "start": 873748560,
            "stop": 873748713
        },
        {
            "start": 873748730,
            "stop": 873748835
        },
        {
            "start": 873748852,
            "stop": 873748860
        },
        {
            "start": 873748920,
            "stop": 873749326
        },
        {
            "start": 873749543,
            "stop": 873749586
        }
    ]
}