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=4899
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=4900",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4898",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4899,
    "results": [
        {
            "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
        },
        {
            "start": 874255520,
            "stop": 874255553
        },
        {
            "start": 874255572,
            "stop": 874255589
        },
        {
            "start": 874255622,
            "stop": 874255655
        },
        {
            "start": 874255674,
            "stop": 874255686
        },
        {
            "start": 874255724,
            "stop": 874255747
        },
        {
            "start": 874255766,
            "stop": 874255772
        },
        {
            "start": 874255791,
            "stop": 874255883
        },
        {
            "start": 874255902,
            "stop": 874255917
        },
        {
            "start": 874255940,
            "stop": 874255963
        },
        {
            "start": 874255982,
            "stop": 874256004
        },
        {
            "start": 874256033,
            "stop": 874256043
        },
        {
            "start": 874256077,
            "stop": 874256084
        },
        {
            "start": 874256103,
            "stop": 874256145
        }
    ]
}