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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5072",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5070",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5071,
    "results": [
        {
            "start": 874620135,
            "stop": 874620147
        },
        {
            "start": 874620167,
            "stop": 874620232
        },
        {
            "start": 874620257,
            "stop": 874620259
        },
        {
            "start": 874620290,
            "stop": 874620334
        },
        {
            "start": 874620358,
            "stop": 874620388
        },
        {
            "start": 874620408,
            "stop": 874620413
        },
        {
            "start": 874620468,
            "stop": 874620488
        },
        {
            "start": 874620551,
            "stop": 874620561
        },
        {
            "start": 874620592,
            "stop": 874620599
        },
        {
            "start": 874620635,
            "stop": 874620690
        },
        {
            "start": 874620724,
            "stop": 874620741
        },
        {
            "start": 874620761,
            "stop": 874620780
        },
        {
            "start": 874620840,
            "stop": 874620913
        },
        {
            "start": 874620932,
            "stop": 874620943
        },
        {
            "start": 874620963,
            "stop": 874621010
        },
        {
            "start": 874621030,
            "stop": 874621071
        },
        {
            "start": 874621090,
            "stop": 874621102
        },
        {
            "start": 874621122,
            "stop": 874621169
        },
        {
            "start": 874621188,
            "stop": 874621270
        },
        {
            "start": 874621289,
            "stop": 874621301
        }
    ]
}