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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT1/segments?format=api&page=27",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT1/segments?format=api&page=25",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 26,
    "results": [
        {
            "start": 935113893,
            "stop": 935113929
        },
        {
            "start": 935115310,
            "stop": 935123876
        },
        {
            "start": 935126510,
            "stop": 935126559
        },
        {
            "start": 935127497,
            "stop": 935129138
        },
        {
            "start": 935130544,
            "stop": 935133686
        },
        {
            "start": 935136614,
            "stop": 935136889
        },
        {
            "start": 935137582,
            "stop": 935140938
        },
        {
            "start": 935142087,
            "stop": 935145832
        },
        {
            "start": 935147187,
            "stop": 935147785
        },
        {
            "start": 935659145,
            "stop": 935659146
        },
        {
            "start": 935659159,
            "stop": 935659161
        },
        {
            "start": 935659237,
            "stop": 935659238
        },
        {
            "start": 935659260,
            "stop": 935659262
        },
        {
            "start": 935659271,
            "stop": 935659273
        },
        {
            "start": 937984783,
            "stop": 938005436
        },
        {
            "start": 938007994,
            "stop": 938008513
        },
        {
            "start": 938010696,
            "stop": 938017165
        },
        {
            "start": 938024071,
            "stop": 938041553
        },
        {
            "start": 938041967,
            "stop": 938042787
        },
        {
            "start": 938045754,
            "stop": 938085337
        }
    ]
}