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=154
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=155",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=153",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 154,
    "results": [
        {
            "start": 1239960251,
            "stop": 1239960369
        },
        {
            "start": 1239960371,
            "stop": 1239960489
        },
        {
            "start": 1239960491,
            "stop": 1239960609
        },
        {
            "start": 1239960611,
            "stop": 1239960729
        },
        {
            "start": 1239960731,
            "stop": 1239960849
        },
        {
            "start": 1239960851,
            "stop": 1239960969
        },
        {
            "start": 1239960971,
            "stop": 1239961089
        },
        {
            "start": 1239961091,
            "stop": 1239961209
        },
        {
            "start": 1239961211,
            "stop": 1239961329
        },
        {
            "start": 1239961331,
            "stop": 1239961449
        },
        {
            "start": 1239961451,
            "stop": 1239961569
        },
        {
            "start": 1239961571,
            "stop": 1239961689
        },
        {
            "start": 1239961691,
            "stop": 1239961809
        },
        {
            "start": 1239961811,
            "stop": 1239961929
        },
        {
            "start": 1239961931,
            "stop": 1239962001
        },
        {
            "start": 1239962002,
            "stop": 1239962029
        },
        {
            "start": 1239962031,
            "stop": 1239962169
        },
        {
            "start": 1239962171,
            "stop": 1239962289
        },
        {
            "start": 1239962291,
            "stop": 1239962409
        },
        {
            "start": 1239962411,
            "stop": 1239962529
        }
    ]
}