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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33144",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33142",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33143,
    "results": [
        {
            "start": 970598777,
            "stop": 970598797
        },
        {
            "start": 970598800,
            "stop": 970598836
        },
        {
            "start": 970598838,
            "stop": 970598878
        },
        {
            "start": 970598881,
            "stop": 970598886
        },
        {
            "start": 970598887,
            "stop": 970598911
        },
        {
            "start": 970598912,
            "stop": 970598916
        },
        {
            "start": 970598918,
            "stop": 970598925
        },
        {
            "start": 970598927,
            "stop": 970598975
        },
        {
            "start": 970598976,
            "stop": 970598980
        },
        {
            "start": 970598983,
            "stop": 970598984
        },
        {
            "start": 970598986,
            "stop": 970599005
        },
        {
            "start": 970599006,
            "stop": 970599007
        },
        {
            "start": 970599008,
            "stop": 970599022
        },
        {
            "start": 970599024,
            "stop": 970599033
        },
        {
            "start": 970599034,
            "stop": 970599056
        },
        {
            "start": 970599057,
            "stop": 970599065
        },
        {
            "start": 970599066,
            "stop": 970599073
        },
        {
            "start": 970599074,
            "stop": 970599092
        },
        {
            "start": 970599093,
            "stop": 970599104
        },
        {
            "start": 970599105,
            "stop": 970599127
        }
    ]
}