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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1371",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1369",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1370,
    "results": [
        {
            "start": 967450794,
            "stop": 967455384
        },
        {
            "start": 967455385,
            "stop": 967471583
        },
        {
            "start": 967476197,
            "stop": 967476261
        },
        {
            "start": 967478463,
            "stop": 967489580
        },
        {
            "start": 967489965,
            "stop": 967490028
        },
        {
            "start": 967490029,
            "stop": 967490503
        },
        {
            "start": 967491264,
            "stop": 967494062
        },
        {
            "start": 967494063,
            "stop": 967500069
        },
        {
            "start": 967500070,
            "stop": 967519534
        },
        {
            "start": 967519535,
            "stop": 967528013
        },
        {
            "start": 967528014,
            "stop": 967541996
        },
        {
            "start": 967541997,
            "stop": 967542934
        },
        {
            "start": 967542935,
            "stop": 967545563
        },
        {
            "start": 967545564,
            "stop": 967548921
        },
        {
            "start": 967563170,
            "stop": 967567902
        },
        {
            "start": 967567904,
            "stop": 967568587
        },
        {
            "start": 967584793,
            "stop": 967586253
        },
        {
            "start": 967586254,
            "stop": 967589273
        },
        {
            "start": 967589523,
            "stop": 967603989
        },
        {
            "start": 967604075,
            "stop": 967628052
        }
    ]
}