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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=344",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=342",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 343,
    "results": [
        {
            "start": 821751240,
            "stop": 821751241
        },
        {
            "start": 821751248,
            "stop": 821751256
        },
        {
            "start": 821751263,
            "stop": 821751275
        },
        {
            "start": 821751280,
            "stop": 821751287
        },
        {
            "start": 821751294,
            "stop": 821751296
        },
        {
            "start": 821751299,
            "stop": 821751304
        },
        {
            "start": 821751308,
            "stop": 821751313
        },
        {
            "start": 821751318,
            "stop": 821751326
        },
        {
            "start": 821751330,
            "stop": 821751331
        },
        {
            "start": 821751344,
            "stop": 821751350
        },
        {
            "start": 821751353,
            "stop": 821751384
        },
        {
            "start": 821751387,
            "stop": 821751391
        },
        {
            "start": 821751399,
            "stop": 821751401
        },
        {
            "start": 821751407,
            "stop": 821751409
        },
        {
            "start": 821751421,
            "stop": 821751428
        },
        {
            "start": 821751438,
            "stop": 821751454
        },
        {
            "start": 821751457,
            "stop": 821751462
        },
        {
            "start": 821751465,
            "stop": 821751482
        },
        {
            "start": 821751493,
            "stop": 821751513
        },
        {
            "start": 821751516,
            "stop": 821751530
        }
    ]
}