Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33331
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33332",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33330",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33331,
    "results": [
        {
            "start": 971045907,
            "stop": 971045911
        },
        {
            "start": 971045914,
            "stop": 971045929
        },
        {
            "start": 971045931,
            "stop": 971045941
        },
        {
            "start": 971045942,
            "stop": 971045950
        },
        {
            "start": 971045951,
            "stop": 971045967
        },
        {
            "start": 971045970,
            "stop": 971045975
        },
        {
            "start": 971045978,
            "stop": 971045987
        },
        {
            "start": 971045988,
            "stop": 971046003
        },
        {
            "start": 971046005,
            "stop": 971046030
        },
        {
            "start": 971046031,
            "stop": 971046035
        },
        {
            "start": 971046038,
            "stop": 971046043
        },
        {
            "start": 971046045,
            "stop": 971046053
        },
        {
            "start": 971046056,
            "stop": 971046058
        },
        {
            "start": 971046059,
            "stop": 971046060
        },
        {
            "start": 971046063,
            "stop": 971046083
        },
        {
            "start": 971046084,
            "stop": 971046087
        },
        {
            "start": 971046088,
            "stop": 971046111
        },
        {
            "start": 971046112,
            "stop": 971046115
        },
        {
            "start": 971046118,
            "stop": 971046120
        },
        {
            "start": 971046124,
            "stop": 971046167
        }
    ]
}