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=254
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=255",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=253",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 254,
    "results": [
        {
            "start": 820449674,
            "stop": 820449799
        },
        {
            "start": 820449802,
            "stop": 820449973
        },
        {
            "start": 820449976,
            "stop": 820450016
        },
        {
            "start": 820450048,
            "stop": 820450125
        },
        {
            "start": 820450129,
            "stop": 820450131
        },
        {
            "start": 820450136,
            "stop": 820450717
        },
        {
            "start": 820450720,
            "stop": 820450869
        },
        {
            "start": 820451607,
            "stop": 820451731
        },
        {
            "start": 820451803,
            "stop": 820451992
        },
        {
            "start": 820451995,
            "stop": 820452060
        },
        {
            "start": 820452180,
            "stop": 820452295
        },
        {
            "start": 820452543,
            "stop": 820452609
        },
        {
            "start": 820452729,
            "stop": 820452730
        },
        {
            "start": 820452850,
            "stop": 820452881
        },
        {
            "start": 820453112,
            "stop": 820453147
        },
        {
            "start": 820453707,
            "stop": 820453712
        },
        {
            "start": 820454240,
            "stop": 820454244
        },
        {
            "start": 820454364,
            "stop": 820454365
        },
        {
            "start": 820454485,
            "stop": 820454511
        },
        {
            "start": 820454772,
            "stop": 820454774
        }
    ]
}