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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=211",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=209",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 210,
    "results": [
        {
            "start": 1183671871,
            "stop": 1183671913
        },
        {
            "start": 1183671914,
            "stop": 1183671918
        },
        {
            "start": 1183671922,
            "stop": 1183671944
        },
        {
            "start": 1183671945,
            "stop": 1183671985
        },
        {
            "start": 1183671986,
            "stop": 1183671994
        },
        {
            "start": 1183671996,
            "stop": 1183672038
        },
        {
            "start": 1183672039,
            "stop": 1183672060
        },
        {
            "start": 1183672062,
            "stop": 1183672068
        },
        {
            "start": 1183672070,
            "stop": 1183672083
        },
        {
            "start": 1183672085,
            "stop": 1183672116
        },
        {
            "start": 1183672119,
            "stop": 1183672129
        },
        {
            "start": 1183672132,
            "stop": 1183672227
        },
        {
            "start": 1183672228,
            "stop": 1183672268
        },
        {
            "start": 1183672270,
            "stop": 1183672277
        },
        {
            "start": 1183672279,
            "stop": 1183672304
        },
        {
            "start": 1183672306,
            "stop": 1183672343
        },
        {
            "start": 1183672347,
            "stop": 1183672351
        },
        {
            "start": 1183672352,
            "stop": 1183672362
        },
        {
            "start": 1183672363,
            "stop": 1183672386
        },
        {
            "start": 1183672387,
            "stop": 1183672394
        }
    ]
}