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=8916
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=8917",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8915",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8916,
    "results": [
        {
            "start": 873416808,
            "stop": 873417357
        },
        {
            "start": 873417377,
            "stop": 873417471
        },
        {
            "start": 873417491,
            "stop": 873419008
        },
        {
            "start": 873419027,
            "stop": 873419094
        },
        {
            "start": 873419114,
            "stop": 873419567
        },
        {
            "start": 873421793,
            "stop": 873421800
        },
        {
            "start": 873421823,
            "stop": 873421892
        },
        {
            "start": 873421909,
            "stop": 873421936
        },
        {
            "start": 873421955,
            "stop": 873422001
        },
        {
            "start": 873422021,
            "stop": 873422223
        },
        {
            "start": 873422240,
            "stop": 873422285
        },
        {
            "start": 873422305,
            "stop": 873422336
        },
        {
            "start": 873422355,
            "stop": 873422400
        },
        {
            "start": 873422419,
            "stop": 873422511
        },
        {
            "start": 873422531,
            "stop": 873422562
        },
        {
            "start": 873422579,
            "stop": 873422614
        },
        {
            "start": 873422633,
            "stop": 873422744
        },
        {
            "start": 873422767,
            "stop": 873423067
        },
        {
            "start": 873423086,
            "stop": 873423466
        },
        {
            "start": 873423489,
            "stop": 873424071
        }
    ]
}