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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=301",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=299",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 300,
    "results": [
        {
            "start": 1247690736,
            "stop": 1247690836
        },
        {
            "start": 1247690837,
            "stop": 1247690872
        },
        {
            "start": 1247690876,
            "stop": 1247690883
        },
        {
            "start": 1247690884,
            "stop": 1247690913
        },
        {
            "start": 1247690914,
            "stop": 1247690952
        },
        {
            "start": 1247690954,
            "stop": 1247690955
        },
        {
            "start": 1247690962,
            "stop": 1247690964
        },
        {
            "start": 1247690967,
            "stop": 1247691012
        },
        {
            "start": 1247691013,
            "stop": 1247691021
        },
        {
            "start": 1247691023,
            "stop": 1247691025
        },
        {
            "start": 1247691026,
            "stop": 1247691032
        },
        {
            "start": 1247691033,
            "stop": 1247691035
        },
        {
            "start": 1247691038,
            "stop": 1247691074
        },
        {
            "start": 1247691075,
            "stop": 1247691085
        },
        {
            "start": 1247691087,
            "stop": 1247691115
        },
        {
            "start": 1247691116,
            "stop": 1247691120
        },
        {
            "start": 1247691122,
            "stop": 1247691124
        },
        {
            "start": 1247691125,
            "stop": 1247691129
        },
        {
            "start": 1247691130,
            "stop": 1247691133
        },
        {
            "start": 1247691134,
            "stop": 1247691440
        }
    ]
}