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=503
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=504",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=502",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 503,
    "results": [
        {
            "start": 826931299,
            "stop": 826931572
        },
        {
            "start": 826931591,
            "stop": 826931766
        },
        {
            "start": 826931818,
            "stop": 826931883
        },
        {
            "start": 826931949,
            "stop": 826932039
        },
        {
            "start": 826932067,
            "stop": 826932080
        },
        {
            "start": 826932176,
            "stop": 826932226
        },
        {
            "start": 826932248,
            "stop": 826932520
        },
        {
            "start": 826932539,
            "stop": 826933272
        },
        {
            "start": 826933324,
            "stop": 826933371
        },
        {
            "start": 826933397,
            "stop": 826933547
        },
        {
            "start": 826933580,
            "stop": 826933619
        },
        {
            "start": 826933641,
            "stop": 826934092
        },
        {
            "start": 826934121,
            "stop": 826934135
        },
        {
            "start": 826934156,
            "stop": 826934312
        },
        {
            "start": 826934331,
            "stop": 826934375
        },
        {
            "start": 826934397,
            "stop": 826934398
        },
        {
            "start": 826934417,
            "stop": 826934578
        },
        {
            "start": 826934598,
            "stop": 826934603
        },
        {
            "start": 826934682,
            "stop": 826934834
        },
        {
            "start": 826934853,
            "stop": 826934891
        }
    ]
}