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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_DATA/segments?format=api&page=5",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_DATA/segments?format=api&page=3",
    "results_count": 535,
    "results_per_page": 20,
    "num_pages": 27,
    "page_number": 4,
    "results": [
        {
            "start": 1239041401,
            "stop": 1239044403
        },
        {
            "start": 1239060171,
            "stop": 1239069071
        },
        {
            "start": 1239069668,
            "stop": 1239106590
        },
        {
            "start": 1239128903,
            "stop": 1239129104
        },
        {
            "start": 1239129199,
            "stop": 1239129243
        },
        {
            "start": 1239130257,
            "stop": 1239134819
        },
        {
            "start": 1239134846,
            "stop": 1239189037
        },
        {
            "start": 1239194922,
            "stop": 1239221064
        },
        {
            "start": 1239392735,
            "stop": 1239398756
        },
        {
            "start": 1239412861,
            "stop": 1239458462
        },
        {
            "start": 1239487919,
            "stop": 1239566417
        },
        {
            "start": 1239587090,
            "stop": 1239599733
        },
        {
            "start": 1239610810,
            "stop": 1239610849
        },
        {
            "start": 1239611420,
            "stop": 1239611466
        },
        {
            "start": 1239611885,
            "stop": 1239641381
        },
        {
            "start": 1239669766,
            "stop": 1239670127
        },
        {
            "start": 1239670246,
            "stop": 1239670417
        },
        {
            "start": 1239670510,
            "stop": 1239690591
        },
        {
            "start": 1239690995,
            "stop": 1239692075
        },
        {
            "start": 1239730999,
            "stop": 1239734731
        }
    ]
}