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=7495
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=7496",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7494",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7495,
    "results": [
        {
            "start": 970295010,
            "stop": 970295014
        },
        {
            "start": 970295040,
            "stop": 970295157
        },
        {
            "start": 970295163,
            "stop": 970295218
        },
        {
            "start": 970295221,
            "stop": 970295970
        },
        {
            "start": 970295976,
            "stop": 970295998
        },
        {
            "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
        }
    ]
}