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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3501",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3499",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3500,
    "results": [
        {
            "start": 871285071,
            "stop": 871285308
        },
        {
            "start": 871285325,
            "stop": 871285329
        },
        {
            "start": 871285358,
            "stop": 871285374
        },
        {
            "start": 871285391,
            "stop": 871285435
        },
        {
            "start": 871285452,
            "stop": 871285564
        },
        {
            "start": 871285581,
            "stop": 871285604
        },
        {
            "start": 871285785,
            "stop": 871285883
        },
        {
            "start": 871285900,
            "stop": 871286262
        },
        {
            "start": 871286279,
            "stop": 871286407
        },
        {
            "start": 871286424,
            "stop": 871286445
        },
        {
            "start": 871286462,
            "stop": 871286674
        },
        {
            "start": 871286691,
            "stop": 871286774
        },
        {
            "start": 871286791,
            "stop": 871286814
        },
        {
            "start": 871286831,
            "stop": 871286835
        },
        {
            "start": 871286852,
            "stop": 871286989
        },
        {
            "start": 871287006,
            "stop": 871287047
        },
        {
            "start": 871287064,
            "stop": 871287098
        },
        {
            "start": 871287115,
            "stop": 871287126
        },
        {
            "start": 871287144,
            "stop": 871287216
        },
        {
            "start": 871287233,
            "stop": 871287295
        }
    ]
}