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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=234",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=232",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 233,
    "results": [
        {
            "start": 931504050,
            "stop": 931504051
        },
        {
            "start": 931504054,
            "stop": 931504059
        },
        {
            "start": 931504060,
            "stop": 931504063
        },
        {
            "start": 931504065,
            "stop": 931504066
        },
        {
            "start": 931504073,
            "stop": 931504079
        },
        {
            "start": 931504082,
            "stop": 931504085
        },
        {
            "start": 931504088,
            "stop": 931504103
        },
        {
            "start": 931504106,
            "stop": 931504117
        },
        {
            "start": 931504120,
            "stop": 931504122
        },
        {
            "start": 931504125,
            "stop": 931504133
        },
        {
            "start": 931504135,
            "stop": 931504140
        },
        {
            "start": 931504143,
            "stop": 931504144
        },
        {
            "start": 931504147,
            "stop": 931504164
        },
        {
            "start": 931504167,
            "stop": 931504193
        },
        {
            "start": 931504195,
            "stop": 931504199
        },
        {
            "start": 931504202,
            "stop": 931504212
        },
        {
            "start": 931504215,
            "stop": 931504216
        },
        {
            "start": 931504227,
            "stop": 931504243
        },
        {
            "start": 931504255,
            "stop": 931504256
        },
        {
            "start": 931504259,
            "stop": 931504265
        }
    ]
}