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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2090",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2088",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2089,
    "results": [
        {
            "start": 863830873,
            "stop": 863830879
        },
        {
            "start": 863830880,
            "stop": 863830979
        },
        {
            "start": 863830980,
            "stop": 863830992
        },
        {
            "start": 863830998,
            "stop": 863831067
        },
        {
            "start": 863831220,
            "stop": 863831480
        },
        {
            "start": 863845685,
            "stop": 863848081
        },
        {
            "start": 863848598,
            "stop": 863879428
        },
        {
            "start": 863880414,
            "stop": 863881244
        },
        {
            "start": 863899234,
            "stop": 863901412
        },
        {
            "start": 863901418,
            "stop": 863901420
        },
        {
            "start": 863901425,
            "stop": 863901445
        },
        {
            "start": 863901450,
            "stop": 863905821
        },
        {
            "start": 863905823,
            "stop": 863929290
        },
        {
            "start": 863929350,
            "stop": 863931135
        },
        {
            "start": 863931415,
            "stop": 863932101
        },
        {
            "start": 863932924,
            "stop": 863933305
        },
        {
            "start": 863933310,
            "stop": 863933372
        },
        {
            "start": 863933383,
            "stop": 863938116
        },
        {
            "start": 863938226,
            "stop": 863938368
        },
        {
            "start": 863938668,
            "stop": 863945503
        }
    ]
}