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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7548",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7546",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7547,
    "results": [
        {
            "start": 970460726,
            "stop": 970460741
        },
        {
            "start": 970460744,
            "stop": 970460750
        },
        {
            "start": 970460753,
            "stop": 970460813
        },
        {
            "start": 970460816,
            "stop": 970460836
        },
        {
            "start": 970460839,
            "stop": 970460854
        },
        {
            "start": 970460857,
            "stop": 970460858
        },
        {
            "start": 970460866,
            "stop": 970460879
        },
        {
            "start": 970460882,
            "stop": 970460938
        },
        {
            "start": 970460941,
            "stop": 970460968
        },
        {
            "start": 970460972,
            "stop": 970460998
        },
        {
            "start": 970461001,
            "stop": 970461042
        },
        {
            "start": 970461045,
            "stop": 970461075
        },
        {
            "start": 970461078,
            "stop": 970461090
        },
        {
            "start": 970461093,
            "stop": 970461113
        },
        {
            "start": 970461116,
            "stop": 970461173
        },
        {
            "start": 970461176,
            "stop": 970461258
        },
        {
            "start": 970461261,
            "stop": 970461265
        },
        {
            "start": 970461268,
            "stop": 970461278
        },
        {
            "start": 970461281,
            "stop": 970461310
        },
        {
            "start": 970461313,
            "stop": 970461380
        }
    ]
}