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=145
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=146",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=144",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 145,
    "results": [
        {
            "start": 1239938951,
            "stop": 1239939070
        },
        {
            "start": 1239939071,
            "stop": 1239939190
        },
        {
            "start": 1239939191,
            "stop": 1239939310
        },
        {
            "start": 1239939311,
            "stop": 1239939430
        },
        {
            "start": 1239939431,
            "stop": 1239939550
        },
        {
            "start": 1239939551,
            "stop": 1239939670
        },
        {
            "start": 1239939671,
            "stop": 1239939790
        },
        {
            "start": 1239939791,
            "stop": 1239939910
        },
        {
            "start": 1239939911,
            "stop": 1239940030
        },
        {
            "start": 1239940031,
            "stop": 1239940150
        },
        {
            "start": 1239940151,
            "stop": 1239940270
        },
        {
            "start": 1239940271,
            "stop": 1239940390
        },
        {
            "start": 1239940391,
            "stop": 1239940510
        },
        {
            "start": 1239940511,
            "stop": 1239940630
        },
        {
            "start": 1239940631,
            "stop": 1239940750
        },
        {
            "start": 1239940751,
            "stop": 1239940850
        },
        {
            "start": 1239940851,
            "stop": 1239940990
        },
        {
            "start": 1239940991,
            "stop": 1239941110
        },
        {
            "start": 1239941111,
            "stop": 1239941230
        },
        {
            "start": 1239941231,
            "stop": 1239941350
        }
    ]
}