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=140
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=141",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=139",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 140,
    "results": [
        {
            "start": 1176951979,
            "stop": 1176951983
        },
        {
            "start": 1176951990,
            "stop": 1176951993
        },
        {
            "start": 1176951998,
            "stop": 1176952103
        },
        {
            "start": 1176952108,
            "stop": 1176952112
        },
        {
            "start": 1176952119,
            "stop": 1176952123
        },
        {
            "start": 1176952129,
            "stop": 1176952136
        },
        {
            "start": 1176952138,
            "stop": 1176952174
        },
        {
            "start": 1176952180,
            "stop": 1176952185
        },
        {
            "start": 1176952190,
            "stop": 1176952195
        },
        {
            "start": 1176952199,
            "stop": 1176952209
        },
        {
            "start": 1176952211,
            "stop": 1176952219
        },
        {
            "start": 1176952225,
            "stop": 1176952230
        },
        {
            "start": 1176952237,
            "stop": 1176952243
        },
        {
            "start": 1176952251,
            "stop": 1176952255
        },
        {
            "start": 1176952263,
            "stop": 1176952269
        },
        {
            "start": 1176952276,
            "stop": 1176952281
        },
        {
            "start": 1176952289,
            "stop": 1176952293
        },
        {
            "start": 1176952300,
            "stop": 1176952305
        },
        {
            "start": 1176952310,
            "stop": 1176952413
        },
        {
            "start": 1176952420,
            "stop": 1176952423
        }
    ]
}