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=129
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=130",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=128",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 129,
    "results": [
        {
            "start": 821448805,
            "stop": 821449045
        },
        {
            "start": 821449197,
            "stop": 821449857
        },
        {
            "start": 821450745,
            "stop": 821450805
        },
        {
            "start": 821450963,
            "stop": 821451023
        },
        {
            "start": 821451510,
            "stop": 821451600
        },
        {
            "start": 821451630,
            "stop": 821451810
        },
        {
            "start": 821451840,
            "stop": 821452650
        },
        {
            "start": 821455107,
            "stop": 821455167
        },
        {
            "start": 821455734,
            "stop": 821455794
        },
        {
            "start": 821455981,
            "stop": 821456221
        },
        {
            "start": 821463539,
            "stop": 821463599
        },
        {
            "start": 821482822,
            "stop": 821482942
        },
        {
            "start": 821483095,
            "stop": 821483275
        },
        {
            "start": 821483595,
            "stop": 821483895
        },
        {
            "start": 821484183,
            "stop": 821484243
        },
        {
            "start": 821484405,
            "stop": 821484465
        },
        {
            "start": 821484649,
            "stop": 821484709
        },
        {
            "start": 821485977,
            "stop": 821486637
        },
        {
            "start": 821486979,
            "stop": 821487099
        },
        {
            "start": 821488015,
            "stop": 821488195
        }
    ]
}