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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=53",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=51",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 52,
    "results": [
        {
            "start": 820228522,
            "stop": 820238897
        },
        {
            "start": 820238898,
            "stop": 820247863
        },
        {
            "start": 820247864,
            "stop": 820250473
        },
        {
            "start": 820251115,
            "stop": 820275538
        },
        {
            "start": 820279504,
            "stop": 820279554
        },
        {
            "start": 820279555,
            "stop": 820279637
        },
        {
            "start": 820280037,
            "stop": 820284614
        },
        {
            "start": 820285098,
            "stop": 820320840
        },
        {
            "start": 820322155,
            "stop": 820326856
        },
        {
            "start": 820327950,
            "stop": 820330429
        },
        {
            "start": 820330430,
            "stop": 820333569
        },
        {
            "start": 820333572,
            "stop": 820337659
        },
        {
            "start": 820337660,
            "stop": 820340655
        },
        {
            "start": 820359255,
            "stop": 820359383
        },
        {
            "start": 820359679,
            "stop": 820360312
        },
        {
            "start": 820360313,
            "stop": 820364308
        },
        {
            "start": 820365521,
            "stop": 820365899
        },
        {
            "start": 820365900,
            "stop": 820371807
        },
        {
            "start": 820373453,
            "stop": 820380079
        },
        {
            "start": 820380502,
            "stop": 820380604
        }
    ]
}