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=9046
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=9047",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9045",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9046,
    "results": [
        {
            "start": 874291092,
            "stop": 874291205
        },
        {
            "start": 874291337,
            "stop": 874291628
        },
        {
            "start": 874292027,
            "stop": 874292449
        },
        {
            "start": 874293327,
            "stop": 874293329
        },
        {
            "start": 874293387,
            "stop": 874293443
        },
        {
            "start": 874293460,
            "stop": 874293506
        },
        {
            "start": 874293574,
            "stop": 874293578
        },
        {
            "start": 874293622,
            "stop": 874293631
        },
        {
            "start": 874293676,
            "stop": 874293682
        },
        {
            "start": 874293716,
            "stop": 874293746
        },
        {
            "start": 874293766,
            "stop": 874293836
        },
        {
            "start": 874293866,
            "stop": 874293870
        },
        {
            "start": 874293891,
            "stop": 874293998
        },
        {
            "start": 874294097,
            "stop": 874294098
        },
        {
            "start": 874294117,
            "stop": 874294119
        },
        {
            "start": 874294143,
            "stop": 874294178
        },
        {
            "start": 874294197,
            "stop": 874294211
        },
        {
            "start": 874294249,
            "stop": 874294292
        },
        {
            "start": 874294350,
            "stop": 874294361
        },
        {
            "start": 874294380,
            "stop": 874294426
        }
    ]
}