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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=205",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=203",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 204,
    "results": [
        {
            "start": 818210266,
            "stop": 818210267
        },
        {
            "start": 818210270,
            "stop": 818210273
        },
        {
            "start": 818210284,
            "stop": 818210287
        },
        {
            "start": 818210296,
            "stop": 818210300
        },
        {
            "start": 818210306,
            "stop": 818210308
        },
        {
            "start": 818210316,
            "stop": 818210320
        },
        {
            "start": 818210323,
            "stop": 818210325
        },
        {
            "start": 818210340,
            "stop": 818210341
        },
        {
            "start": 818210364,
            "stop": 818210366
        },
        {
            "start": 818210371,
            "stop": 818210375
        },
        {
            "start": 818210388,
            "stop": 818210389
        },
        {
            "start": 818210392,
            "stop": 818210393
        },
        {
            "start": 818210404,
            "stop": 818210405
        },
        {
            "start": 818210410,
            "stop": 818210411
        },
        {
            "start": 818210431,
            "stop": 818210436
        },
        {
            "start": 818210455,
            "stop": 818210456
        },
        {
            "start": 818210476,
            "stop": 818210478
        },
        {
            "start": 818210512,
            "stop": 818210519
        },
        {
            "start": 818210532,
            "stop": 818210535
        },
        {
            "start": 818210538,
            "stop": 818210539
        }
    ]
}