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=94
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=95",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=93",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 94,
    "results": [
        {
            "start": 1134785014,
            "stop": 1134785022
        },
        {
            "start": 1134785025,
            "stop": 1134785032
        },
        {
            "start": 1134785035,
            "stop": 1134785039
        },
        {
            "start": 1134785042,
            "stop": 1134785044
        },
        {
            "start": 1134785047,
            "stop": 1134785048
        },
        {
            "start": 1134785051,
            "stop": 1134785061
        },
        {
            "start": 1134785064,
            "stop": 1134785074
        },
        {
            "start": 1134785077,
            "stop": 1134785080
        },
        {
            "start": 1134785299,
            "stop": 1134785306
        },
        {
            "start": 1134785407,
            "stop": 1134785589
        },
        {
            "start": 1134785620,
            "stop": 1134785622
        },
        {
            "start": 1134785628,
            "stop": 1134785630
        },
        {
            "start": 1134785643,
            "stop": 1134785645
        },
        {
            "start": 1134785658,
            "stop": 1134785672
        },
        {
            "start": 1134785686,
            "stop": 1134785705
        },
        {
            "start": 1134785710,
            "stop": 1134785717
        },
        {
            "start": 1134785721,
            "stop": 1134785722
        },
        {
            "start": 1134785729,
            "stop": 1134785733
        },
        {
            "start": 1134785743,
            "stop": 1134785780
        },
        {
            "start": 1134785786,
            "stop": 1134785787
        }
    ]
}