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=290
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=291",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=289",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 290,
    "results": [
        {
            "start": 822206290,
            "stop": 822207368
        },
        {
            "start": 822207385,
            "stop": 822207769
        },
        {
            "start": 822207786,
            "stop": 822207795
        },
        {
            "start": 822207812,
            "stop": 822207946
        },
        {
            "start": 822207963,
            "stop": 822208266
        },
        {
            "start": 822208283,
            "stop": 822208567
        },
        {
            "start": 822208867,
            "stop": 822209074
        },
        {
            "start": 822209413,
            "stop": 822210875
        },
        {
            "start": 822210892,
            "stop": 822210908
        },
        {
            "start": 822210925,
            "stop": 822211308
        },
        {
            "start": 822211325,
            "stop": 822212112
        },
        {
            "start": 822212129,
            "stop": 822213901
        },
        {
            "start": 822213918,
            "stop": 822214099
        },
        {
            "start": 822214116,
            "stop": 822214993
        },
        {
            "start": 822215010,
            "stop": 822216979
        },
        {
            "start": 822216996,
            "stop": 822217046
        },
        {
            "start": 822217063,
            "stop": 822219047
        },
        {
            "start": 822219064,
            "stop": 822220993
        },
        {
            "start": 822221010,
            "stop": 822221262
        },
        {
            "start": 822227903,
            "stop": 822229668
        }
    ]
}