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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=254",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=252",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 253,
    "results": [
        {
            "start": 820757980,
            "stop": 820758026
        },
        {
            "start": 820759132,
            "stop": 820759217
        },
        {
            "start": 820759617,
            "stop": 820759748
        },
        {
            "start": 820759751,
            "stop": 820759930
        },
        {
            "start": 820759933,
            "stop": 820761575
        },
        {
            "start": 820761578,
            "stop": 820768024
        },
        {
            "start": 820768027,
            "stop": 820768029
        },
        {
            "start": 820768033,
            "stop": 820768080
        },
        {
            "start": 820768083,
            "stop": 820769883
        },
        {
            "start": 820769886,
            "stop": 820771014
        },
        {
            "start": 820771017,
            "stop": 820773607
        },
        {
            "start": 820773608,
            "stop": 820776146
        },
        {
            "start": 820776149,
            "stop": 820778894
        },
        {
            "start": 820778911,
            "stop": 820780568
        },
        {
            "start": 820780572,
            "stop": 820780932
        },
        {
            "start": 820780936,
            "stop": 820782773
        },
        {
            "start": 820782791,
            "stop": 820785305
        },
        {
            "start": 820785322,
            "stop": 820793241
        },
        {
            "start": 820793244,
            "stop": 820794052
        },
        {
            "start": 820794056,
            "stop": 820794613
        }
    ]
}