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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7564",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7562",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7563,
    "results": [
        {
            "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
        },
        {
            "start": 970461383,
            "stop": 970461482
        },
        {
            "start": 970461485,
            "stop": 970461736
        },
        {
            "start": 970461739,
            "stop": 970461757
        },
        {
            "start": 970461760,
            "stop": 970461772
        },
        {
            "start": 970461775,
            "stop": 970461791
        }
    ]
}