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/O3a/timelines/V1_CBC_CAT3/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/O3a/timelines/V1_CBC_CAT3/segments?format=api&page=39",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_CBC_CAT3/segments?format=api&page=37",
    "results_count": 1350,
    "results_per_page": 20,
    "num_pages": 68,
    "page_number": 38,
    "results": [
        {
            "start": 1245966280,
            "stop": 1245983228
        },
        {
            "start": 1245983229,
            "stop": 1245998276
        },
        {
            "start": 1246005159,
            "stop": 1246014494
        },
        {
            "start": 1246023526,
            "stop": 1246023950
        },
        {
            "start": 1246023953,
            "stop": 1246024896
        },
        {
            "start": 1246024981,
            "stop": 1246030154
        },
        {
            "start": 1246036423,
            "stop": 1246080032
        },
        {
            "start": 1246105373,
            "stop": 1246107173
        },
        {
            "start": 1246110245,
            "stop": 1246118564
        },
        {
            "start": 1246121272,
            "stop": 1246136443
        },
        {
            "start": 1246139422,
            "stop": 1246149704
        },
        {
            "start": 1246175890,
            "stop": 1246189892
        },
        {
            "start": 1246219539,
            "stop": 1246252342
        },
        {
            "start": 1246256830,
            "stop": 1246259948
        },
        {
            "start": 1246261105,
            "stop": 1246263238
        },
        {
            "start": 1246265372,
            "stop": 1246298427
        },
        {
            "start": 1246303483,
            "stop": 1246342101
        },
        {
            "start": 1246346701,
            "stop": 1246357430
        },
        {
            "start": 1246360413,
            "stop": 1246366169
        },
        {
            "start": 1246368656,
            "stop": 1246414249
        }
    ]
}