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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=334",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=332",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 333,
    "results": [
        {
            "start": 821173766,
            "stop": 821173895
        },
        {
            "start": 821173914,
            "stop": 821173984
        },
        {
            "start": 821174003,
            "stop": 821174357
        },
        {
            "start": 821174361,
            "stop": 821174399
        },
        {
            "start": 821174418,
            "stop": 821174495
        },
        {
            "start": 821174711,
            "stop": 821174770
        },
        {
            "start": 821174799,
            "stop": 821175496
        },
        {
            "start": 821175515,
            "stop": 821175632
        },
        {
            "start": 821175651,
            "stop": 821175849
        },
        {
            "start": 821175868,
            "stop": 821177425
        },
        {
            "start": 821177428,
            "stop": 821179767
        },
        {
            "start": 821179770,
            "stop": 821179848
        },
        {
            "start": 821179851,
            "stop": 821179858
        },
        {
            "start": 821179861,
            "stop": 821180171
        },
        {
            "start": 821180174,
            "stop": 821180595
        },
        {
            "start": 821180596,
            "stop": 821180864
        },
        {
            "start": 821180868,
            "stop": 821181079
        },
        {
            "start": 821181082,
            "stop": 821182382
        },
        {
            "start": 821182993,
            "stop": 821183078
        },
        {
            "start": 821184087,
            "stop": 821185416
        }
    ]
}