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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=26",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=24",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 25,
    "results": [
        {
            "start": 935084600,
            "stop": 935089551
        },
        {
            "start": 935091440,
            "stop": 935096238
        },
        {
            "start": 935096697,
            "stop": 935098329
        },
        {
            "start": 935100580,
            "stop": 935112755
        },
        {
            "start": 935115310,
            "stop": 935123876
        },
        {
            "start": 935127497,
            "stop": 935129033
        },
        {
            "start": 935130544,
            "stop": 935133581
        },
        {
            "start": 935136614,
            "stop": 935136784
        },
        {
            "start": 935137582,
            "stop": 935140938
        },
        {
            "start": 935142087,
            "stop": 935145727
        },
        {
            "start": 935147187,
            "stop": 935147680
        },
        {
            "start": 935659145,
            "stop": 935659146
        },
        {
            "start": 935659159,
            "stop": 935659161
        },
        {
            "start": 935659237,
            "stop": 935659238
        },
        {
            "start": 935659260,
            "stop": 935659262
        },
        {
            "start": 935659271,
            "stop": 935659273
        },
        {
            "start": 937984783,
            "stop": 938005331
        },
        {
            "start": 938007994,
            "stop": 938008408
        },
        {
            "start": 938010696,
            "stop": 938017060
        },
        {
            "start": 938024071,
            "stop": 938041553
        }
    ]
}