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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT1/segments?format=api&page=39",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT1/segments?format=api&page=37",
    "results_count": 830,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 38,
    "results": [
        {
            "start": 1185324983,
            "stop": 1185325056
        },
        {
            "start": 1185325248,
            "stop": 1185326277
        },
        {
            "start": 1185328213,
            "stop": 1185380559
        },
        {
            "start": 1185383184,
            "stop": 1185414753
        },
        {
            "start": 1185416509,
            "stop": 1185419201
        },
        {
            "start": 1185419361,
            "stop": 1185454497
        },
        {
            "start": 1185456524,
            "stop": 1185493487
        },
        {
            "start": 1185499911,
            "stop": 1185509870
        },
        {
            "start": 1185511782,
            "stop": 1185567246
        },
        {
            "start": 1185582177,
            "stop": 1185631465
        },
        {
            "start": 1185648024,
            "stop": 1185686035
        },
        {
            "start": 1185688134,
            "stop": 1185692842
        },
        {
            "start": 1185695189,
            "stop": 1185703715
        },
        {
            "start": 1185706914,
            "stop": 1185714093
        },
        {
            "start": 1185717215,
            "stop": 1185725680
        },
        {
            "start": 1185749276,
            "stop": 1185764509
        },
        {
            "start": 1185766529,
            "stop": 1185813600
        },
        {
            "start": 1185828532,
            "stop": 1185852415
        },
        {
            "start": 1185859580,
            "stop": 1185877297
        },
        {
            "start": 1185885164,
            "stop": 1185899378
        }
    ]
}