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_CAT4/segments?format=api&page=7464
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=7465",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7463",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7464,
    "results": [
        {
            "start": 970102888,
            "stop": 970103272
        },
        {
            "start": 970103275,
            "stop": 970103426
        },
        {
            "start": 970103429,
            "stop": 970103468
        },
        {
            "start": 970103471,
            "stop": 970103550
        },
        {
            "start": 970103553,
            "stop": 970103870
        },
        {
            "start": 970103876,
            "stop": 970103880
        },
        {
            "start": 970103889,
            "stop": 970104636
        },
        {
            "start": 970104639,
            "stop": 970105161
        },
        {
            "start": 970105167,
            "stop": 970105170
        },
        {
            "start": 970105176,
            "stop": 970105186
        },
        {
            "start": 970105192,
            "stop": 970105205
        },
        {
            "start": 970105211,
            "stop": 970105648
        },
        {
            "start": 970105654,
            "stop": 970105897
        },
        {
            "start": 970105900,
            "stop": 970105963
        },
        {
            "start": 970105966,
            "stop": 970106183
        },
        {
            "start": 970106189,
            "stop": 970106192
        },
        {
            "start": 970106198,
            "stop": 970106201
        },
        {
            "start": 970106207,
            "stop": 970106230
        },
        {
            "start": 970106236,
            "stop": 970106419
        },
        {
            "start": 970106422,
            "stop": 970107138
        }
    ]
}