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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=582",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=580",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 581,
    "results": [
        {
            "start": 827706967,
            "stop": 827707067
        },
        {
            "start": 827707367,
            "stop": 827709464
        },
        {
            "start": 827709471,
            "stop": 827711383
        },
        {
            "start": 827711400,
            "stop": 827711916
        },
        {
            "start": 827711920,
            "stop": 827711935
        },
        {
            "start": 827711939,
            "stop": 827711964
        },
        {
            "start": 827711968,
            "stop": 827712003
        },
        {
            "start": 827712021,
            "stop": 827712027
        },
        {
            "start": 827712031,
            "stop": 827712036
        },
        {
            "start": 827712054,
            "stop": 827712096
        },
        {
            "start": 827712113,
            "stop": 827712123
        },
        {
            "start": 827712126,
            "stop": 827712132
        },
        {
            "start": 827712141,
            "stop": 827712147
        },
        {
            "start": 827712165,
            "stop": 827712169
        },
        {
            "start": 827712174,
            "stop": 827712399
        },
        {
            "start": 827712413,
            "stop": 827712443
        },
        {
            "start": 827712446,
            "stop": 827712466
        },
        {
            "start": 827712470,
            "stop": 827712482
        },
        {
            "start": 827712491,
            "stop": 827712507
        },
        {
            "start": 827712511,
            "stop": 827712530
        }
    ]
}