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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3548",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3546",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3547,
    "results": [
        {
            "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
        },
        {
            "start": 970297149,
            "stop": 970297634
        },
        {
            "start": 970297635,
            "stop": 970297963
        },
        {
            "start": 970297966,
            "stop": 970298152
        }
    ]
}