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=8989
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=8990",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8988",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8989,
    "results": [
        {
            "start": 873852631,
            "stop": 873852649
        },
        {
            "start": 873852669,
            "stop": 873852680
        },
        {
            "start": 873852700,
            "stop": 873853535
        },
        {
            "start": 873853555,
            "stop": 873853691
        },
        {
            "start": 873853730,
            "stop": 873853822
        },
        {
            "start": 873853842,
            "stop": 873853862
        },
        {
            "start": 873853888,
            "stop": 873854312
        },
        {
            "start": 873854332,
            "stop": 873854879
        },
        {
            "start": 873854898,
            "stop": 873855562
        },
        {
            "start": 873855581,
            "stop": 873856487
        },
        {
            "start": 873856506,
            "stop": 873857108
        },
        {
            "start": 873857128,
            "stop": 873857404
        },
        {
            "start": 873857423,
            "stop": 873858163
        },
        {
            "start": 873858309,
            "stop": 873858490
        },
        {
            "start": 873858510,
            "stop": 873858991
        },
        {
            "start": 873859012,
            "stop": 873859181
        },
        {
            "start": 873859201,
            "stop": 873859278
        },
        {
            "start": 873859297,
            "stop": 873860646
        },
        {
            "start": 873860665,
            "stop": 873860861
        },
        {
            "start": 873860881,
            "stop": 873860888
        }
    ]
}