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=292
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=293",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=291",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 292,
    "results": [
        {
            "start": 821041645,
            "stop": 821041650
        },
        {
            "start": 821041710,
            "stop": 821041711
        },
        {
            "start": 821041724,
            "stop": 821041737
        },
        {
            "start": 821041746,
            "stop": 821041771
        },
        {
            "start": 821041775,
            "stop": 821041820
        },
        {
            "start": 821041824,
            "stop": 821041825
        },
        {
            "start": 821041836,
            "stop": 821041839
        },
        {
            "start": 821041842,
            "stop": 821041848
        },
        {
            "start": 821041857,
            "stop": 821041915
        },
        {
            "start": 821041919,
            "stop": 821041944
        },
        {
            "start": 821041953,
            "stop": 821042024
        },
        {
            "start": 821042028,
            "stop": 821042156
        },
        {
            "start": 821042159,
            "stop": 821042251
        },
        {
            "start": 821042259,
            "stop": 821042269
        },
        {
            "start": 821042272,
            "stop": 821042312
        },
        {
            "start": 821042316,
            "stop": 821042457
        },
        {
            "start": 821042461,
            "stop": 821042500
        },
        {
            "start": 821042504,
            "stop": 821042509
        },
        {
            "start": 821042513,
            "stop": 821042519
        },
        {
            "start": 821042523,
            "stop": 821042527
        }
    ]
}