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=9
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=10",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=8",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 9,
    "results": [
        {
            "start": 931088089,
            "stop": 931088092
        },
        {
            "start": 931088094,
            "stop": 931088107
        },
        {
            "start": 931088108,
            "stop": 931088110
        },
        {
            "start": 931088115,
            "stop": 931088121
        },
        {
            "start": 931088123,
            "stop": 931088124
        },
        {
            "start": 931088125,
            "stop": 931088126
        },
        {
            "start": 931088130,
            "stop": 931088133
        },
        {
            "start": 931088145,
            "stop": 931088147
        },
        {
            "start": 931088149,
            "stop": 931088155
        },
        {
            "start": 931088156,
            "stop": 931088157
        },
        {
            "start": 931088159,
            "stop": 931088160
        },
        {
            "start": 931088165,
            "stop": 931088169
        },
        {
            "start": 931088173,
            "stop": 931088177
        },
        {
            "start": 931088182,
            "stop": 931088183
        },
        {
            "start": 931088189,
            "stop": 931088195
        },
        {
            "start": 931088197,
            "stop": 931088201
        },
        {
            "start": 931088206,
            "stop": 931088208
        },
        {
            "start": 931088214,
            "stop": 931088225
        },
        {
            "start": 931088233,
            "stop": 931088236
        },
        {
            "start": 931088241,
            "stop": 931088242
        }
    ]
}