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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4656",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4654",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4655,
    "results": [
        {
            "start": 874283539,
            "stop": 874283587
        },
        {
            "start": 874283606,
            "stop": 874283826
        },
        {
            "start": 874283848,
            "stop": 874283849
        },
        {
            "start": 874283868,
            "stop": 874283884
        },
        {
            "start": 874283906,
            "stop": 874283928
        },
        {
            "start": 874284048,
            "stop": 874284058
        },
        {
            "start": 874284120,
            "stop": 874284191
        },
        {
            "start": 874284216,
            "stop": 874284230
        },
        {
            "start": 874284249,
            "stop": 874284257
        },
        {
            "start": 874284294,
            "stop": 874284298
        },
        {
            "start": 874284318,
            "stop": 874284371
        },
        {
            "start": 874284390,
            "stop": 874284395
        },
        {
            "start": 874284445,
            "stop": 874284467
        },
        {
            "start": 874284502,
            "stop": 874284554
        },
        {
            "start": 874284574,
            "stop": 874284707
        },
        {
            "start": 874284789,
            "stop": 874284802
        },
        {
            "start": 874284832,
            "stop": 874284895
        },
        {
            "start": 874284925,
            "stop": 874285068
        },
        {
            "start": 874285115,
            "stop": 874285118
        },
        {
            "start": 874285138,
            "stop": 874285159
        }
    ]
}