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=81
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=82",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=80",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 81,
    "results": [
        {
            "start": 1132764104,
            "stop": 1132770635
        },
        {
            "start": 1132770643,
            "stop": 1132770839
        },
        {
            "start": 1132770847,
            "stop": 1132777505
        },
        {
            "start": 1132777507,
            "stop": 1132779065
        },
        {
            "start": 1132779067,
            "stop": 1132792634
        },
        {
            "start": 1132792642,
            "stop": 1132797486
        },
        {
            "start": 1132797494,
            "stop": 1132797615
        },
        {
            "start": 1132797616,
            "stop": 1132805276
        },
        {
            "start": 1132805277,
            "stop": 1132805495
        },
        {
            "start": 1132805497,
            "stop": 1132809120
        },
        {
            "start": 1132809128,
            "stop": 1132810944
        },
        {
            "start": 1132810952,
            "stop": 1132812265
        },
        {
            "start": 1132812280,
            "stop": 1132814100
        },
        {
            "start": 1132882261,
            "stop": 1132884318
        },
        {
            "start": 1132884326,
            "stop": 1132884743
        },
        {
            "start": 1132884745,
            "stop": 1132885450
        },
        {
            "start": 1132885458,
            "stop": 1132886704
        },
        {
            "start": 1132886712,
            "stop": 1132887850
        },
        {
            "start": 1132887852,
            "stop": 1132891775
        },
        {
            "start": 1132891783,
            "stop": 1132898515
        }
    ]
}