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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2071",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2069",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2070,
    "results": [
        {
            "start": 862251175,
            "stop": 862251177
        },
        {
            "start": 862251190,
            "stop": 862251195
        },
        {
            "start": 862251210,
            "stop": 862251215
        },
        {
            "start": 862251220,
            "stop": 862251232
        },
        {
            "start": 862251240,
            "stop": 862253652
        },
        {
            "start": 862253658,
            "stop": 862253677
        },
        {
            "start": 862253683,
            "stop": 862253705
        },
        {
            "start": 862253710,
            "stop": 862255393
        },
        {
            "start": 862255394,
            "stop": 862255395
        },
        {
            "start": 862255397,
            "stop": 862255502
        },
        {
            "start": 862255508,
            "stop": 862258048
        },
        {
            "start": 862259928,
            "stop": 862262489
        },
        {
            "start": 862262789,
            "stop": 862265287
        },
        {
            "start": 862265293,
            "stop": 862265312
        },
        {
            "start": 862265315,
            "stop": 862265322
        },
        {
            "start": 862265328,
            "stop": 862265340
        },
        {
            "start": 862265345,
            "stop": 862278581
        },
        {
            "start": 862279110,
            "stop": 862312808
        },
        {
            "start": 862312918,
            "stop": 862313062
        },
        {
            "start": 862313618,
            "stop": 862324663
        }
    ]
}