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=312
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=313",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=311",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 312,
    "results": [
        {
            "start": 821167707,
            "stop": 821167968
        },
        {
            "start": 821167987,
            "stop": 821167997
        },
        {
            "start": 821168016,
            "stop": 821168035
        },
        {
            "start": 821168054,
            "stop": 821168185
        },
        {
            "start": 821168204,
            "stop": 821168304
        },
        {
            "start": 821168323,
            "stop": 821168415
        },
        {
            "start": 821168434,
            "stop": 821168498
        },
        {
            "start": 821168501,
            "stop": 821168607
        },
        {
            "start": 821168626,
            "stop": 821169119
        },
        {
            "start": 821169123,
            "stop": 821170254
        },
        {
            "start": 821170257,
            "stop": 821170814
        },
        {
            "start": 821170817,
            "stop": 821172805
        },
        {
            "start": 821172824,
            "stop": 821172831
        },
        {
            "start": 821172834,
            "stop": 821173554
        },
        {
            "start": 821173557,
            "stop": 821173747
        },
        {
            "start": 821173766,
            "stop": 821173895
        },
        {
            "start": 821173914,
            "stop": 821173984
        },
        {
            "start": 821174003,
            "stop": 821174357
        },
        {
            "start": 821174361,
            "stop": 821174399
        },
        {
            "start": 821174418,
            "stop": 821174495
        }
    ]
}