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=225
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=226",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=224",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 225,
    "results": [
        {
            "start": 820374687,
            "stop": 820375010
        },
        {
            "start": 820375013,
            "stop": 820375334
        },
        {
            "start": 820375337,
            "stop": 820375900
        },
        {
            "start": 820375917,
            "stop": 820377144
        },
        {
            "start": 820377161,
            "stop": 820377178
        },
        {
            "start": 820377195,
            "stop": 820377612
        },
        {
            "start": 820377616,
            "stop": 820378120
        },
        {
            "start": 820378137,
            "stop": 820379160
        },
        {
            "start": 820379177,
            "stop": 820379344
        },
        {
            "start": 820379347,
            "stop": 820379666
        },
        {
            "start": 820379683,
            "stop": 820380079
        },
        {
            "start": 820380502,
            "stop": 820380604
        },
        {
            "start": 820381034,
            "stop": 820381442
        },
        {
            "start": 820381446,
            "stop": 820381790
        },
        {
            "start": 820381793,
            "stop": 820381856
        },
        {
            "start": 820381859,
            "stop": 820383007
        },
        {
            "start": 820383010,
            "stop": 820383260
        },
        {
            "start": 820383263,
            "stop": 820383447
        },
        {
            "start": 820383451,
            "stop": 820383944
        },
        {
            "start": 820383947,
            "stop": 820384828
        }
    ]
}