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=1992
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=1993",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1991",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1992,
    "results": [
        {
            "start": 856729291,
            "stop": 856729356
        },
        {
            "start": 856729357,
            "stop": 856729522
        },
        {
            "start": 856729862,
            "stop": 856730216
        },
        {
            "start": 856730326,
            "stop": 856730345
        },
        {
            "start": 856730348,
            "stop": 856730352
        },
        {
            "start": 856730357,
            "stop": 856730360
        },
        {
            "start": 856730361,
            "stop": 856730712
        },
        {
            "start": 856730714,
            "stop": 856730773
        },
        {
            "start": 856730774,
            "stop": 856730931
        },
        {
            "start": 856730933,
            "stop": 856730995
        },
        {
            "start": 856743290,
            "stop": 856743967
        },
        {
            "start": 856743968,
            "stop": 856745439
        },
        {
            "start": 856746382,
            "stop": 856748430
        },
        {
            "start": 856748790,
            "stop": 856778602
        },
        {
            "start": 856781630,
            "stop": 856791990
        },
        {
            "start": 856791991,
            "stop": 856804558
        },
        {
            "start": 856804674,
            "stop": 856806468
        },
        {
            "start": 856806550,
            "stop": 856808425
        },
        {
            "start": 856809489,
            "stop": 856811052
        },
        {
            "start": 856811058,
            "stop": 856811120
        }
    ]
}