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=242
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=243",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=241",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 242,
    "results": [
        {
            "start": 1240250780,
            "stop": 1240250824
        },
        {
            "start": 1240250825,
            "stop": 1240250944
        },
        {
            "start": 1240250945,
            "stop": 1240251064
        },
        {
            "start": 1240251065,
            "stop": 1240251184
        },
        {
            "start": 1240251185,
            "stop": 1240251304
        },
        {
            "start": 1240251305,
            "stop": 1240251424
        },
        {
            "start": 1240251425,
            "stop": 1240251544
        },
        {
            "start": 1240251545,
            "stop": 1240251664
        },
        {
            "start": 1240251665,
            "stop": 1240251784
        },
        {
            "start": 1240251785,
            "stop": 1240251904
        },
        {
            "start": 1240251905,
            "stop": 1240252024
        },
        {
            "start": 1240252025,
            "stop": 1240252144
        },
        {
            "start": 1240252145,
            "stop": 1240252264
        },
        {
            "start": 1240252265,
            "stop": 1240252384
        },
        {
            "start": 1240252385,
            "stop": 1240252504
        },
        {
            "start": 1240252505,
            "stop": 1240252624
        },
        {
            "start": 1240252625,
            "stop": 1240252697
        },
        {
            "start": 1240252698,
            "stop": 1240252744
        },
        {
            "start": 1240252745,
            "stop": 1240252864
        },
        {
            "start": 1240252865,
            "stop": 1240252984
        }
    ]
}