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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=224",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=222",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 223,
    "results": [
        {
            "start": 820363479,
            "stop": 820363483
        },
        {
            "start": 820363500,
            "stop": 820363649
        },
        {
            "start": 820363666,
            "stop": 820364009
        },
        {
            "start": 820364012,
            "stop": 820364148
        },
        {
            "start": 820364165,
            "stop": 820364308
        },
        {
            "start": 820365521,
            "stop": 820365899
        },
        {
            "start": 820365900,
            "stop": 820365907
        },
        {
            "start": 820365924,
            "stop": 820366167
        },
        {
            "start": 820366184,
            "stop": 820366216
        },
        {
            "start": 820366220,
            "stop": 820366259
        },
        {
            "start": 820366276,
            "stop": 820366426
        },
        {
            "start": 820366443,
            "stop": 820366561
        },
        {
            "start": 820366578,
            "stop": 820366582
        },
        {
            "start": 820366599,
            "stop": 820367072
        },
        {
            "start": 820367089,
            "stop": 820367198
        },
        {
            "start": 820367201,
            "stop": 820367392
        },
        {
            "start": 820367395,
            "stop": 820367487
        },
        {
            "start": 820367504,
            "stop": 820367630
        },
        {
            "start": 820367633,
            "stop": 820367740
        },
        {
            "start": 820367757,
            "stop": 820368047
        }
    ]
}