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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT1/segments?format=api&page=41",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT1/segments?format=api&page=39",
    "results_count": 828,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 40,
    "results": [
        {
            "start": 1185938243,
            "stop": 1186081491
        },
        {
            "start": 1186091993,
            "stop": 1186096044
        },
        {
            "start": 1186097308,
            "stop": 1186181960
        },
        {
            "start": 1186192128,
            "stop": 1186192196
        },
        {
            "start": 1186192240,
            "stop": 1186236335
        },
        {
            "start": 1186295199,
            "stop": 1186295229
        },
        {
            "start": 1186295255,
            "stop": 1186329783
        },
        {
            "start": 1186352759,
            "stop": 1186418834
        },
        {
            "start": 1186447249,
            "stop": 1186491565
        },
        {
            "start": 1186492566,
            "stop": 1186499610
        },
        {
            "start": 1186524714,
            "stop": 1186546594
        },
        {
            "start": 1186549119,
            "stop": 1186609762
        },
        {
            "start": 1186642720,
            "stop": 1186664342
        },
        {
            "start": 1186670467,
            "stop": 1186825265
        },
        {
            "start": 1186825447,
            "stop": 1186844577
        },
        {
            "start": 1186876230,
            "stop": 1186939867
        },
        {
            "start": 1186953207,
            "stop": 1187018570
        },
        {
            "start": 1187020364,
            "stop": 1187020428
        },
        {
            "start": 1187020516,
            "stop": 1187020665
        },
        {
            "start": 1187021294,
            "stop": 1187021342
        }
    ]
}