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_H1L1/segments?format=api&page=119
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_H1L1/segments?format=api&page=120",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=118",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 119,
    "results": [
        {
            "start": 821463539,
            "stop": 821463599
        },
        {
            "start": 821482822,
            "stop": 821482942
        },
        {
            "start": 821483095,
            "stop": 821483275
        },
        {
            "start": 821484405,
            "stop": 821484465
        },
        {
            "start": 821486362,
            "stop": 821486482
        },
        {
            "start": 821489162,
            "stop": 821489282
        },
        {
            "start": 821490298,
            "stop": 821490418
        },
        {
            "start": 821490734,
            "stop": 821491214
        },
        {
            "start": 821491355,
            "stop": 821491595
        },
        {
            "start": 821491769,
            "stop": 821492009
        },
        {
            "start": 821492192,
            "stop": 821492402
        },
        {
            "start": 821492613,
            "stop": 821493693
        },
        {
            "start": 821493885,
            "stop": 821494005
        },
        {
            "start": 821494417,
            "stop": 821495257
        },
        {
            "start": 821495443,
            "stop": 821495923
        },
        {
            "start": 821496105,
            "stop": 821496165
        },
        {
            "start": 821497095,
            "stop": 821497275
        },
        {
            "start": 821497646,
            "stop": 821497826
        },
        {
            "start": 821497983,
            "stop": 821498043
        },
        {
            "start": 821499005,
            "stop": 821499065
        }
    ]
}