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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=43",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=41",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 42,
    "results": [
        {
            "start": 1262675055,
            "stop": 1262675059
        },
        {
            "start": 1262675062,
            "stop": 1262675094
        },
        {
            "start": 1262675095,
            "stop": 1262675113
        },
        {
            "start": 1262675117,
            "stop": 1262675143
        },
        {
            "start": 1262675148,
            "stop": 1262675154
        },
        {
            "start": 1262675158,
            "stop": 1262675161
        },
        {
            "start": 1262675162,
            "stop": 1262675164
        },
        {
            "start": 1262675165,
            "stop": 1262675166
        },
        {
            "start": 1262675170,
            "stop": 1262675185
        },
        {
            "start": 1262675187,
            "stop": 1262675191
        },
        {
            "start": 1262675196,
            "stop": 1262675208
        },
        {
            "start": 1262675211,
            "stop": 1262675239
        },
        {
            "start": 1262675242,
            "stop": 1262675246
        },
        {
            "start": 1262675249,
            "stop": 1262675344
        },
        {
            "start": 1262675345,
            "stop": 1262675346
        },
        {
            "start": 1262675348,
            "stop": 1262675353
        },
        {
            "start": 1262675355,
            "stop": 1262675358
        },
        {
            "start": 1262675360,
            "stop": 1262675361
        },
        {
            "start": 1262675365,
            "stop": 1262675560
        },
        {
            "start": 1262675563,
            "stop": 1262675567
        }
    ]
}