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=7511
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=7512",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7510",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7511,
    "results": [
        {
            "start": 970296001,
            "stop": 970296069
        },
        {
            "start": 970296072,
            "stop": 970296299
        },
        {
            "start": 970296302,
            "stop": 970296337
        },
        {
            "start": 970296340,
            "stop": 970296491
        },
        {
            "start": 970296494,
            "stop": 970296555
        },
        {
            "start": 970296561,
            "stop": 970296666
        },
        {
            "start": 970296675,
            "stop": 970296676
        },
        {
            "start": 970296682,
            "stop": 970296683
        },
        {
            "start": 970296703,
            "stop": 970296704
        },
        {
            "start": 970296860,
            "stop": 970296861
        },
        {
            "start": 970296881,
            "stop": 970296885
        },
        {
            "start": 970296891,
            "stop": 970296900
        },
        {
            "start": 970296906,
            "stop": 970296907
        },
        {
            "start": 970296921,
            "stop": 970296925
        },
        {
            "start": 970296962,
            "stop": 970296974
        },
        {
            "start": 970296980,
            "stop": 970296984
        },
        {
            "start": 970296993,
            "stop": 970297054
        },
        {
            "start": 970297057,
            "stop": 970297062
        },
        {
            "start": 970297065,
            "stop": 970297102
        },
        {
            "start": 970297105,
            "stop": 970297146
        }
    ]
}