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=113
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=114",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=112",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 113,
    "results": [
        {
            "start": 1175446308,
            "stop": 1175448118
        },
        {
            "start": 1175448119,
            "stop": 1175450145
        },
        {
            "start": 1175450146,
            "stop": 1175452527
        },
        {
            "start": 1175452528,
            "stop": 1175454933
        },
        {
            "start": 1175454934,
            "stop": 1175457252
        },
        {
            "start": 1175457253,
            "stop": 1175460441
        },
        {
            "start": 1175460442,
            "stop": 1175463946
        },
        {
            "start": 1175463947,
            "stop": 1175466734
        },
        {
            "start": 1175466735,
            "stop": 1175468620
        },
        {
            "start": 1175468621,
            "stop": 1175470372
        },
        {
            "start": 1175470373,
            "stop": 1175471992
        },
        {
            "start": 1175471993,
            "stop": 1175473253
        },
        {
            "start": 1175473254,
            "stop": 1175474176
        },
        {
            "start": 1175474342,
            "stop": 1175475399
        },
        {
            "start": 1175475400,
            "stop": 1175476104
        },
        {
            "start": 1175476105,
            "stop": 1175477331
        },
        {
            "start": 1175477332,
            "stop": 1175478720
        },
        {
            "start": 1175478721,
            "stop": 1175479982
        },
        {
            "start": 1175479983,
            "stop": 1175481226
        },
        {
            "start": 1175481227,
            "stop": 1175482205
        }
    ]
}