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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8994",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8992",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8993,
    "results": [
        {
            "start": 873884988,
            "stop": 873885105
        },
        {
            "start": 873885124,
            "stop": 873885147
        },
        {
            "start": 873885169,
            "stop": 873885190
        },
        {
            "start": 873885222,
            "stop": 873885223
        },
        {
            "start": 873885242,
            "stop": 873885257
        },
        {
            "start": 873885276,
            "stop": 873885278
        },
        {
            "start": 873885297,
            "stop": 873885321
        },
        {
            "start": 873885341,
            "stop": 873885354
        },
        {
            "start": 873885372,
            "stop": 873885461
        },
        {
            "start": 873885494,
            "stop": 873885960
        },
        {
            "start": 873886036,
            "stop": 873886056
        },
        {
            "start": 873886075,
            "stop": 873886095
        },
        {
            "start": 873886116,
            "stop": 873886128
        },
        {
            "start": 873886149,
            "stop": 873886165
        },
        {
            "start": 873886184,
            "stop": 873886224
        },
        {
            "start": 873886254,
            "stop": 873886298
        },
        {
            "start": 873886333,
            "stop": 873886340
        },
        {
            "start": 873886438,
            "stop": 873886544
        },
        {
            "start": 873886567,
            "stop": 873886690
        },
        {
            "start": 873886707,
            "stop": 873886882
        }
    ]
}