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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=35",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=33",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 34,
    "results": [
        {
            "start": 819930752,
            "stop": 819930853
        },
        {
            "start": 819931087,
            "stop": 819938413
        },
        {
            "start": 819938768,
            "stop": 819941653
        },
        {
            "start": 819941790,
            "stop": 819949344
        },
        {
            "start": 819949376,
            "stop": 819963915
        },
        {
            "start": 819963918,
            "stop": 819964160
        },
        {
            "start": 819964192,
            "stop": 819965953
        },
        {
            "start": 819966008,
            "stop": 819966009
        },
        {
            "start": 819966143,
            "stop": 819968506
        },
        {
            "start": 819977247,
            "stop": 819977522
        },
        {
            "start": 819979099,
            "stop": 819979267
        },
        {
            "start": 819982169,
            "stop": 819983893
        },
        {
            "start": 819985429,
            "stop": 820001713
        },
        {
            "start": 820002434,
            "stop": 820002913
        },
        {
            "start": 820026973,
            "stop": 820044768
        },
        {
            "start": 820044800,
            "stop": 820049713
        },
        {
            "start": 820051021,
            "stop": 820051513
        },
        {
            "start": 820052715,
            "stop": 820052946
        },
        {
            "start": 820054389,
            "stop": 820054688
        },
        {
            "start": 820060252,
            "stop": 820060499
        }
    ]
}