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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=34",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=32",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 33,
    "results": [
        {
            "start": 1238189831,
            "stop": 1238189837
        },
        {
            "start": 1238189839,
            "stop": 1238189845
        },
        {
            "start": 1238189847,
            "stop": 1238189848
        },
        {
            "start": 1238189849,
            "stop": 1238189855
        },
        {
            "start": 1238189857,
            "stop": 1238189863
        },
        {
            "start": 1238189864,
            "stop": 1238189872
        },
        {
            "start": 1238189874,
            "stop": 1238189881
        },
        {
            "start": 1238189882,
            "stop": 1238189889
        },
        {
            "start": 1238189890,
            "stop": 1238189903
        },
        {
            "start": 1238189905,
            "stop": 1238189914
        },
        {
            "start": 1238189916,
            "stop": 1238189917
        },
        {
            "start": 1238189918,
            "stop": 1238189919
        },
        {
            "start": 1238189921,
            "stop": 1238189929
        },
        {
            "start": 1238189933,
            "stop": 1238189935
        },
        {
            "start": 1238189937,
            "stop": 1238189943
        },
        {
            "start": 1238189947,
            "stop": 1238189953
        },
        {
            "start": 1238189954,
            "stop": 1238189958
        },
        {
            "start": 1238189963,
            "stop": 1238189970
        },
        {
            "start": 1238189971,
            "stop": 1238189977
        },
        {
            "start": 1238189978,
            "stop": 1238189983
        }
    ]
}