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=4643
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=4644",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4642",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4643,
    "results": [
        {
            "start": 874254046,
            "stop": 874254063
        },
        {
            "start": 874254085,
            "stop": 874254122
        },
        {
            "start": 874254141,
            "stop": 874254200
        },
        {
            "start": 874254232,
            "stop": 874254344
        },
        {
            "start": 874254528,
            "stop": 874254553
        },
        {
            "start": 874254582,
            "stop": 874254624
        },
        {
            "start": 874254643,
            "stop": 874254681
        },
        {
            "start": 874254700,
            "stop": 874254721
        },
        {
            "start": 874254738,
            "stop": 874254749
        },
        {
            "start": 874254792,
            "stop": 874254831
        },
        {
            "start": 874254854,
            "stop": 874254875
        },
        {
            "start": 874254911,
            "stop": 874254915
        },
        {
            "start": 874254934,
            "stop": 874255019
        },
        {
            "start": 874255038,
            "stop": 874255052
        },
        {
            "start": 874255081,
            "stop": 874255127
        },
        {
            "start": 874255146,
            "stop": 874255160
        },
        {
            "start": 874255179,
            "stop": 874255194
        },
        {
            "start": 874255237,
            "stop": 874255275
        },
        {
            "start": 874255304,
            "stop": 874255443
        },
        {
            "start": 874255468,
            "stop": 874255497
        }
    ]
}