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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=96",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=94",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 95,
    "results": [
        {
            "start": 1134785803,
            "stop": 1134785811
        },
        {
            "start": 1134785814,
            "stop": 1134785825
        },
        {
            "start": 1134785831,
            "stop": 1134785842
        },
        {
            "start": 1134785865,
            "stop": 1134785996
        },
        {
            "start": 1134786007,
            "stop": 1134786010
        },
        {
            "start": 1134786032,
            "stop": 1134786112
        },
        {
            "start": 1134786118,
            "stop": 1134786128
        },
        {
            "start": 1134786135,
            "stop": 1134786137
        },
        {
            "start": 1134786140,
            "stop": 1134786153
        },
        {
            "start": 1134786161,
            "stop": 1134786307
        },
        {
            "start": 1134786310,
            "stop": 1134786320
        },
        {
            "start": 1134786327,
            "stop": 1134786515
        },
        {
            "start": 1134786527,
            "stop": 1134786528
        },
        {
            "start": 1134786531,
            "stop": 1134786641
        },
        {
            "start": 1134786647,
            "stop": 1134786981
        },
        {
            "start": 1134786987,
            "stop": 1134786988
        },
        {
            "start": 1134786992,
            "stop": 1134787039
        },
        {
            "start": 1134787056,
            "stop": 1134787085
        },
        {
            "start": 1134787100,
            "stop": 1134788151
        },
        {
            "start": 1134788164,
            "stop": 1134788254
        }
    ]
}