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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=564",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=562",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 563,
    "results": [
        {
            "start": 832172789,
            "stop": 832174997
        },
        {
            "start": 832177573,
            "stop": 832179205
        },
        {
            "start": 832179880,
            "stop": 832180495
        },
        {
            "start": 832180815,
            "stop": 832180950
        },
        {
            "start": 832182009,
            "stop": 832182290
        },
        {
            "start": 832182610,
            "stop": 832183621
        },
        {
            "start": 832184021,
            "stop": 832185206
        },
        {
            "start": 832185614,
            "stop": 832196691
        },
        {
            "start": 832198250,
            "stop": 832198359
        },
        {
            "start": 832198938,
            "stop": 832198973
        },
        {
            "start": 832200784,
            "stop": 832200919
        },
        {
            "start": 832201395,
            "stop": 832201791
        },
        {
            "start": 832203059,
            "stop": 832205683
        },
        {
            "start": 832208232,
            "stop": 832234810
        },
        {
            "start": 832235446,
            "stop": 832255324
        },
        {
            "start": 832255325,
            "stop": 832256977
        },
        {
            "start": 832256978,
            "stop": 832257494
        },
        {
            "start": 832257495,
            "stop": 832270323
        },
        {
            "start": 832270325,
            "stop": 832271990
        },
        {
            "start": 832274275,
            "stop": 832274866
        }
    ]
}