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=62
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=63",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=61",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 62,
    "results": [
        {
            "start": 1131058850,
            "stop": 1131058852
        },
        {
            "start": 1131058854,
            "stop": 1131058871
        },
        {
            "start": 1131058872,
            "stop": 1131058875
        },
        {
            "start": 1131058877,
            "stop": 1131058881
        },
        {
            "start": 1131058882,
            "stop": 1131058890
        },
        {
            "start": 1131058892,
            "stop": 1131058893
        },
        {
            "start": 1131058894,
            "stop": 1131058903
        },
        {
            "start": 1131058905,
            "stop": 1131058913
        },
        {
            "start": 1131058914,
            "stop": 1131058915
        },
        {
            "start": 1131058917,
            "stop": 1131058932
        },
        {
            "start": 1131058933,
            "stop": 1131058935
        },
        {
            "start": 1131058936,
            "stop": 1131058937
        },
        {
            "start": 1131058938,
            "stop": 1131058945
        },
        {
            "start": 1131058946,
            "stop": 1131058949
        },
        {
            "start": 1131058950,
            "stop": 1131058955
        },
        {
            "start": 1131058956,
            "stop": 1131058961
        },
        {
            "start": 1131058962,
            "stop": 1131058964
        },
        {
            "start": 1131058966,
            "stop": 1131058967
        },
        {
            "start": 1131058968,
            "stop": 1131058973
        },
        {
            "start": 1131058974,
            "stop": 1131058977
        }
    ]
}