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=59
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=60",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=58",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 59,
    "results": [
        {
            "start": 1238766637,
            "stop": 1238766638
        },
        {
            "start": 1238766640,
            "stop": 1238766689
        },
        {
            "start": 1238766692,
            "stop": 1238766789
        },
        {
            "start": 1238766790,
            "stop": 1238766799
        },
        {
            "start": 1238766801,
            "stop": 1238766804
        },
        {
            "start": 1238766806,
            "stop": 1238766808
        },
        {
            "start": 1238766809,
            "stop": 1238766838
        },
        {
            "start": 1238766840,
            "stop": 1238766845
        },
        {
            "start": 1238766846,
            "stop": 1238766864
        },
        {
            "start": 1238766866,
            "stop": 1238766872
        },
        {
            "start": 1238766873,
            "stop": 1238766874
        },
        {
            "start": 1238766875,
            "stop": 1238766878
        },
        {
            "start": 1238766879,
            "stop": 1238766880
        },
        {
            "start": 1238766885,
            "stop": 1238766894
        },
        {
            "start": 1238766896,
            "stop": 1238766930
        },
        {
            "start": 1238766932,
            "stop": 1238766934
        },
        {
            "start": 1238766937,
            "stop": 1238766946
        },
        {
            "start": 1238766947,
            "stop": 1238766949
        },
        {
            "start": 1238766955,
            "stop": 1238766984
        },
        {
            "start": 1238766986,
            "stop": 1238766987
        }
    ]
}