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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=38",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=36",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 37,
    "results": [
        {
            "start": 931773455,
            "stop": 931773469
        },
        {
            "start": 931773509,
            "stop": 931773514
        },
        {
            "start": 931773583,
            "stop": 931773587
        },
        {
            "start": 931773669,
            "stop": 931773670
        },
        {
            "start": 931773706,
            "stop": 931773716
        },
        {
            "start": 931773842,
            "stop": 931773857
        },
        {
            "start": 931773914,
            "stop": 931773922
        },
        {
            "start": 931774055,
            "stop": 931774058
        },
        {
            "start": 931774186,
            "stop": 931774188
        },
        {
            "start": 931774228,
            "stop": 931774259
        },
        {
            "start": 931774350,
            "stop": 931774351
        },
        {
            "start": 931774389,
            "stop": 931774402
        },
        {
            "start": 931774466,
            "stop": 931774469
        },
        {
            "start": 931774490,
            "stop": 931774493
        },
        {
            "start": 931774517,
            "stop": 931774520
        },
        {
            "start": 931774554,
            "stop": 931774579
        },
        {
            "start": 931774772,
            "stop": 931774783
        },
        {
            "start": 931774810,
            "stop": 931774811
        },
        {
            "start": 931775045,
            "stop": 931775054
        },
        {
            "start": 931775137,
            "stop": 931775138
        }
    ]
}