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=250
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=251",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=249",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 250,
    "results": [
        {
            "start": 1241462262,
            "stop": 1241462297
        },
        {
            "start": 1241462299,
            "stop": 1241462868
        },
        {
            "start": 1241462869,
            "stop": 1241463288
        },
        {
            "start": 1241463291,
            "stop": 1241465388
        },
        {
            "start": 1241465389,
            "stop": 1241467099
        },
        {
            "start": 1241467100,
            "stop": 1241467261
        },
        {
            "start": 1241467262,
            "stop": 1241467329
        },
        {
            "start": 1241467330,
            "stop": 1241467339
        },
        {
            "start": 1241467340,
            "stop": 1241467506
        },
        {
            "start": 1241467508,
            "stop": 1241467569
        },
        {
            "start": 1241467571,
            "stop": 1241467957
        },
        {
            "start": 1241467959,
            "stop": 1241468099
        },
        {
            "start": 1241468100,
            "stop": 1241468107
        },
        {
            "start": 1241468110,
            "stop": 1241468310
        },
        {
            "start": 1241468311,
            "stop": 1241468383
        },
        {
            "start": 1241468388,
            "stop": 1241468390
        },
        {
            "start": 1241468393,
            "stop": 1241468399
        },
        {
            "start": 1241468400,
            "stop": 1241468436
        },
        {
            "start": 1241468437,
            "stop": 1241468461
        },
        {
            "start": 1241468464,
            "stop": 1241468483
        }
    ]
}