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=7467
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=7468",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7466",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7467,
    "results": [
        {
            "start": 970056207,
            "stop": 970056619
        },
        {
            "start": 970056625,
            "stop": 970056831
        },
        {
            "start": 970056842,
            "stop": 970057040
        },
        {
            "start": 970057046,
            "stop": 970057055
        },
        {
            "start": 970057061,
            "stop": 970057077
        },
        {
            "start": 970057083,
            "stop": 970057084
        },
        {
            "start": 970057090,
            "stop": 970057176
        },
        {
            "start": 970057179,
            "stop": 970057377
        },
        {
            "start": 970057380,
            "stop": 970057426
        },
        {
            "start": 970057432,
            "stop": 970057912
        },
        {
            "start": 970057915,
            "stop": 970057926
        },
        {
            "start": 970057929,
            "stop": 970057970
        },
        {
            "start": 970057973,
            "stop": 970058032
        },
        {
            "start": 970058035,
            "stop": 970058132
        },
        {
            "start": 970058135,
            "stop": 970058242
        },
        {
            "start": 970058245,
            "stop": 970058363
        },
        {
            "start": 970058369,
            "stop": 970058460
        },
        {
            "start": 970058463,
            "stop": 970059398
        },
        {
            "start": 970059404,
            "stop": 970059482
        },
        {
            "start": 970059485,
            "stop": 970059800
        }
    ]
}