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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=71",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=69",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 70,
    "results": [
        {
            "start": 1130327078,
            "stop": 1130327081
        },
        {
            "start": 1130327082,
            "stop": 1130327084
        },
        {
            "start": 1130327085,
            "stop": 1130327087
        },
        {
            "start": 1130327088,
            "stop": 1130327090
        },
        {
            "start": 1130327091,
            "stop": 1130327093
        },
        {
            "start": 1130327094,
            "stop": 1130327096
        },
        {
            "start": 1130327097,
            "stop": 1130327098
        },
        {
            "start": 1130327100,
            "stop": 1130327102
        },
        {
            "start": 1130327103,
            "stop": 1130327105
        },
        {
            "start": 1130327107,
            "stop": 1130327110
        },
        {
            "start": 1130327111,
            "stop": 1130327112
        },
        {
            "start": 1130327113,
            "stop": 1130327115
        },
        {
            "start": 1130327116,
            "stop": 1130327119
        },
        {
            "start": 1130327122,
            "stop": 1130327125
        },
        {
            "start": 1130327126,
            "stop": 1130327127
        },
        {
            "start": 1130327129,
            "stop": 1130327130
        },
        {
            "start": 1130327132,
            "stop": 1130327133
        },
        {
            "start": 1130327137,
            "stop": 1130327138
        },
        {
            "start": 1130327139,
            "stop": 1130327140
        },
        {
            "start": 1130327141,
            "stop": 1130327143
        }
    ]
}