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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=5",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 4,
    "results": [
        {
            "start": 931084877,
            "stop": 931084890
        },
        {
            "start": 931084927,
            "stop": 931084938
        },
        {
            "start": 931084956,
            "stop": 931084971
        },
        {
            "start": 931084988,
            "stop": 931085003
        },
        {
            "start": 931085021,
            "stop": 931085029
        },
        {
            "start": 931085071,
            "stop": 931085198
        },
        {
            "start": 931085216,
            "stop": 931085395
        },
        {
            "start": 931085397,
            "stop": 931085415
        },
        {
            "start": 931085432,
            "stop": 931085621
        },
        {
            "start": 931085626,
            "stop": 931085895
        },
        {
            "start": 931087097,
            "stop": 931087117
        },
        {
            "start": 931087119,
            "stop": 931087121
        },
        {
            "start": 931087127,
            "stop": 931087128
        },
        {
            "start": 931087130,
            "stop": 931087148
        },
        {
            "start": 931087149,
            "stop": 931087163
        },
        {
            "start": 931087166,
            "stop": 931087172
        },
        {
            "start": 931087173,
            "stop": 931087188
        },
        {
            "start": 931087208,
            "stop": 931087227
        },
        {
            "start": 931087246,
            "stop": 931087248
        },
        {
            "start": 931087252,
            "stop": 931087255
        }
    ]
}