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=124
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=125",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=123",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 124,
    "results": [
        {
            "start": 1175847594,
            "stop": 1175848636
        },
        {
            "start": 1175848637,
            "stop": 1175849105
        },
        {
            "start": 1175849106,
            "stop": 1175850100
        },
        {
            "start": 1175850101,
            "stop": 1175851103
        },
        {
            "start": 1175851104,
            "stop": 1175852294
        },
        {
            "start": 1175852295,
            "stop": 1175853255
        },
        {
            "start": 1175853256,
            "stop": 1175854172
        },
        {
            "start": 1175854173,
            "stop": 1175855234
        },
        {
            "start": 1175855235,
            "stop": 1175856377
        },
        {
            "start": 1175856378,
            "stop": 1175857357
        },
        {
            "start": 1175857358,
            "stop": 1175858616
        },
        {
            "start": 1175858617,
            "stop": 1175859599
        },
        {
            "start": 1175859600,
            "stop": 1175860632
        },
        {
            "start": 1175860633,
            "stop": 1175861529
        },
        {
            "start": 1175861530,
            "stop": 1175861674
        },
        {
            "start": 1175864788,
            "stop": 1175864839
        },
        {
            "start": 1175864840,
            "stop": 1175865842
        },
        {
            "start": 1175865843,
            "stop": 1175866948
        },
        {
            "start": 1175866949,
            "stop": 1175868267
        },
        {
            "start": 1175868268,
            "stop": 1175869442
        }
    ]
}