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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10024",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10022",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10023,
    "results": [
        {
            "start": 872389460,
            "stop": 872390203
        },
        {
            "start": 872390252,
            "stop": 872390304
        },
        {
            "start": 872390344,
            "stop": 872390373
        },
        {
            "start": 872390411,
            "stop": 872393051
        },
        {
            "start": 872393068,
            "stop": 872393199
        },
        {
            "start": 872393216,
            "stop": 872395920
        },
        {
            "start": 872395980,
            "stop": 872396035
        },
        {
            "start": 872396052,
            "stop": 872396100
        },
        {
            "start": 872396160,
            "stop": 872396340
        },
        {
            "start": 872396400,
            "stop": 872396700
        },
        {
            "start": 872396760,
            "stop": 872397050
        },
        {
            "start": 872397086,
            "stop": 872397146
        },
        {
            "start": 872397182,
            "stop": 872397554
        },
        {
            "start": 872397590,
            "stop": 872397636
        },
        {
            "start": 872397693,
            "stop": 872398455
        },
        {
            "start": 872398472,
            "stop": 872399189
        },
        {
            "start": 872399246,
            "stop": 872401002
        },
        {
            "start": 872401019,
            "stop": 872401348
        },
        {
            "start": 872401390,
            "stop": 872402155
        },
        {
            "start": 872402172,
            "stop": 872403107
        }
    ]
}