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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=162",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=160",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 161,
    "results": [
        {
            "start": 1239985570,
            "stop": 1239985689
        },
        {
            "start": 1239985690,
            "stop": 1239985809
        },
        {
            "start": 1239985810,
            "stop": 1239985929
        },
        {
            "start": 1239985930,
            "stop": 1239986049
        },
        {
            "start": 1239986050,
            "stop": 1239986169
        },
        {
            "start": 1239986170,
            "stop": 1239986289
        },
        {
            "start": 1239986290,
            "stop": 1239986409
        },
        {
            "start": 1239986410,
            "stop": 1239986529
        },
        {
            "start": 1239986530,
            "stop": 1239986649
        },
        {
            "start": 1239986650,
            "stop": 1239986769
        },
        {
            "start": 1239986770,
            "stop": 1239986889
        },
        {
            "start": 1239986890,
            "stop": 1239987009
        },
        {
            "start": 1239987010,
            "stop": 1239987129
        },
        {
            "start": 1239987130,
            "stop": 1239987249
        },
        {
            "start": 1239987250,
            "stop": 1239987349
        },
        {
            "start": 1239987350,
            "stop": 1239987489
        },
        {
            "start": 1239987490,
            "stop": 1239987609
        },
        {
            "start": 1239987610,
            "stop": 1239987729
        },
        {
            "start": 1239987730,
            "stop": 1239987849
        },
        {
            "start": 1239987850,
            "stop": 1239987969
        }
    ]
}