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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4899",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4897",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4898,
    "results": [
        {
            "start": 874253702,
            "stop": 874253723
        },
        {
            "start": 874253742,
            "stop": 874253796
        },
        {
            "start": 874253821,
            "stop": 874253829
        },
        {
            "start": 874253853,
            "stop": 874253876
        },
        {
            "start": 874253895,
            "stop": 874253917
        },
        {
            "start": 874253936,
            "stop": 874253947
        },
        {
            "start": 874253980,
            "stop": 874254027
        },
        {
            "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
        }
    ]
}