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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=803",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=801",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 802,
    "results": [
        {
            "start": 861504238,
            "stop": 861504598
        },
        {
            "start": 861505868,
            "stop": 861506228
        },
        {
            "start": 861506378,
            "stop": 861510608
        },
        {
            "start": 861510833,
            "stop": 861513803
        },
        {
            "start": 861513893,
            "stop": 861514733
        },
        {
            "start": 861514986,
            "stop": 861520686
        },
        {
            "start": 861523455,
            "stop": 861529875
        },
        {
            "start": 861530023,
            "stop": 861530683
        },
        {
            "start": 861530812,
            "stop": 861533092
        },
        {
            "start": 861533229,
            "stop": 861533289
        },
        {
            "start": 861533447,
            "stop": 861535727
        },
        {
            "start": 861536060,
            "stop": 861536120
        },
        {
            "start": 861536509,
            "stop": 861536569
        },
        {
            "start": 861537043,
            "stop": 861537103
        },
        {
            "start": 861537558,
            "stop": 861537618
        },
        {
            "start": 861537826,
            "stop": 861537886
        },
        {
            "start": 861538558,
            "stop": 861538858
        },
        {
            "start": 861539783,
            "stop": 861540083
        },
        {
            "start": 861540476,
            "stop": 861540536
        },
        {
            "start": 861540727,
            "stop": 861541087
        }
    ]
}