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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3794",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3792",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3793,
    "results": [
        {
            "start": 874495728,
            "stop": 874495788
        },
        {
            "start": 874495805,
            "stop": 874495869
        },
        {
            "start": 874495887,
            "stop": 874495995
        },
        {
            "start": 874496012,
            "stop": 874496169
        },
        {
            "start": 874496186,
            "stop": 874496362
        },
        {
            "start": 874496379,
            "stop": 874496385
        },
        {
            "start": 874496402,
            "stop": 874496707
        },
        {
            "start": 874496724,
            "stop": 874496869
        },
        {
            "start": 874496886,
            "stop": 874497198
        },
        {
            "start": 874497215,
            "stop": 874497231
        },
        {
            "start": 874497248,
            "stop": 874497251
        },
        {
            "start": 874497268,
            "stop": 874497306
        },
        {
            "start": 874497323,
            "stop": 874497586
        },
        {
            "start": 874497603,
            "stop": 874497610
        },
        {
            "start": 874497627,
            "stop": 874497628
        },
        {
            "start": 874497645,
            "stop": 874497658
        },
        {
            "start": 874497682,
            "stop": 874497802
        },
        {
            "start": 874497819,
            "stop": 874497997
        },
        {
            "start": 874498014,
            "stop": 874498063
        },
        {
            "start": 874498094,
            "stop": 874498166
        }
    ]
}