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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8197",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8195",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8196,
    "results": [
        {
            "start": 971420555,
            "stop": 971420828
        },
        {
            "start": 971420831,
            "stop": 971423246
        },
        {
            "start": 971423249,
            "stop": 971424515
        },
        {
            "start": 971424518,
            "stop": 971425215
        },
        {
            "start": 971425219,
            "stop": 971425325
        },
        {
            "start": 971425328,
            "stop": 971425422
        },
        {
            "start": 971425425,
            "stop": 971426343
        },
        {
            "start": 971426346,
            "stop": 971427210
        },
        {
            "start": 971427213,
            "stop": 971427298
        },
        {
            "start": 971430972,
            "stop": 971431374
        },
        {
            "start": 971431377,
            "stop": 971431397
        },
        {
            "start": 971431400,
            "stop": 971432160
        },
        {
            "start": 971432164,
            "stop": 971432193
        },
        {
            "start": 971432196,
            "stop": 971433395
        },
        {
            "start": 971433398,
            "stop": 971433676
        },
        {
            "start": 971433679,
            "stop": 971436958
        },
        {
            "start": 971436961,
            "stop": 971437163
        },
        {
            "start": 971437166,
            "stop": 971437194
        },
        {
            "start": 971437197,
            "stop": 971438291
        },
        {
            "start": 971438294,
            "stop": 971438799
        }
    ]
}