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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=291",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=289",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 290,
    "results": [
        {
            "start": 857774549,
            "stop": 857775537
        },
        {
            "start": 857775554,
            "stop": 857776595
        },
        {
            "start": 857776624,
            "stop": 857777591
        },
        {
            "start": 857777891,
            "stop": 857777930
        },
        {
            "start": 857778040,
            "stop": 857778072
        },
        {
            "start": 857778372,
            "stop": 857778455
        },
        {
            "start": 857778755,
            "stop": 857789953
        },
        {
            "start": 857792537,
            "stop": 857802990
        },
        {
            "start": 857803110,
            "stop": 857832909
        },
        {
            "start": 857832930,
            "stop": 857833216
        },
        {
            "start": 857849057,
            "stop": 857851253
        },
        {
            "start": 857861194,
            "stop": 857862269
        },
        {
            "start": 857862569,
            "stop": 857862734
        },
        {
            "start": 857862844,
            "stop": 857862982
        },
        {
            "start": 857863282,
            "stop": 857863315
        },
        {
            "start": 857863425,
            "stop": 857863516
        },
        {
            "start": 857863816,
            "stop": 857898529
        },
        {
            "start": 857898639,
            "stop": 857899148
        },
        {
            "start": 857900346,
            "stop": 857900389
        },
        {
            "start": 857900753,
            "stop": 857906109
        }
    ]
}