Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=4
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=5",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=3",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 4,
    "results": [
        {
            "start": 1238182636,
            "stop": 1238182737
        },
        {
            "start": 1238182739,
            "stop": 1238182888
        },
        {
            "start": 1238182889,
            "stop": 1238182909
        },
        {
            "start": 1238182911,
            "stop": 1238183309
        },
        {
            "start": 1238183310,
            "stop": 1238183312
        },
        {
            "start": 1238183313,
            "stop": 1238183416
        },
        {
            "start": 1238183417,
            "stop": 1238183886
        },
        {
            "start": 1238183887,
            "stop": 1238183936
        },
        {
            "start": 1238183937,
            "stop": 1238183940
        },
        {
            "start": 1238183941,
            "stop": 1238183943
        },
        {
            "start": 1238183944,
            "stop": 1238184081
        },
        {
            "start": 1238184084,
            "stop": 1238184481
        },
        {
            "start": 1238184482,
            "stop": 1238184483
        },
        {
            "start": 1238184484,
            "stop": 1238184576
        },
        {
            "start": 1238184577,
            "stop": 1238184580
        },
        {
            "start": 1238184581,
            "stop": 1238184626
        },
        {
            "start": 1238184629,
            "stop": 1238184663
        },
        {
            "start": 1238184664,
            "stop": 1238184667
        },
        {
            "start": 1238184668,
            "stop": 1238184890
        },
        {
            "start": 1238184892,
            "stop": 1238185074
        }
    ]
}