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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=1088",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=1086",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1087,
    "results": [
        {
            "start": 1253363010,
            "stop": 1253363029
        },
        {
            "start": 1253363034,
            "stop": 1253363035
        },
        {
            "start": 1253363040,
            "stop": 1253363104
        },
        {
            "start": 1253363109,
            "stop": 1253363305
        },
        {
            "start": 1253363310,
            "stop": 1253363341
        },
        {
            "start": 1253363346,
            "stop": 1253363644
        },
        {
            "start": 1253363646,
            "stop": 1253363669
        },
        {
            "start": 1253363674,
            "stop": 1253363797
        },
        {
            "start": 1253363800,
            "stop": 1253363839
        },
        {
            "start": 1253363843,
            "stop": 1253363845
        },
        {
            "start": 1253363849,
            "stop": 1253363882
        },
        {
            "start": 1253363887,
            "stop": 1253363962
        },
        {
            "start": 1253363966,
            "stop": 1253364296
        },
        {
            "start": 1253364299,
            "stop": 1253364305
        },
        {
            "start": 1253364309,
            "stop": 1253364397
        },
        {
            "start": 1253364401,
            "stop": 1253365651
        },
        {
            "start": 1253365656,
            "stop": 1253365998
        },
        {
            "start": 1253366006,
            "stop": 1253367224
        },
        {
            "start": 1253367227,
            "stop": 1253367881
        },
        {
            "start": 1253391988,
            "stop": 1253421238
        }
    ]
}