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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2122",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2120",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2121,
    "results": [
        {
            "start": 872157445,
            "stop": 872160077
        },
        {
            "start": 872160096,
            "stop": 872160257
        },
        {
            "start": 872160276,
            "stop": 872160406
        },
        {
            "start": 872160425,
            "stop": 872161136
        },
        {
            "start": 872161155,
            "stop": 872161270
        },
        {
            "start": 872161289,
            "stop": 872161326
        },
        {
            "start": 872161345,
            "stop": 872161381
        },
        {
            "start": 872161400,
            "stop": 872161431
        },
        {
            "start": 872161457,
            "stop": 872161699
        },
        {
            "start": 872161718,
            "stop": 872161886
        },
        {
            "start": 872161905,
            "stop": 872161949
        },
        {
            "start": 872161968,
            "stop": 872162006
        },
        {
            "start": 872162030,
            "stop": 872162092
        },
        {
            "start": 872162112,
            "stop": 872162145
        },
        {
            "start": 872162187,
            "stop": 872162195
        },
        {
            "start": 872162238,
            "stop": 872162242
        },
        {
            "start": 872162304,
            "stop": 872162325
        },
        {
            "start": 872162344,
            "stop": 872162349
        },
        {
            "start": 872162410,
            "stop": 872162427
        },
        {
            "start": 872162449,
            "stop": 872162457
        }
    ]
}