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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=87",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=85",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 86,
    "results": [
        {
            "start": 931317075,
            "stop": 931317076
        },
        {
            "start": 931317083,
            "stop": 931317089
        },
        {
            "start": 931317094,
            "stop": 931317106
        },
        {
            "start": 931317115,
            "stop": 931317118
        },
        {
            "start": 931317125,
            "stop": 931317137
        },
        {
            "start": 931317150,
            "stop": 931317154
        },
        {
            "start": 931317160,
            "stop": 931317163
        },
        {
            "start": 931317165,
            "stop": 931317186
        },
        {
            "start": 931317189,
            "stop": 931317198
        },
        {
            "start": 931317202,
            "stop": 931317207
        },
        {
            "start": 931317211,
            "stop": 931317213
        },
        {
            "start": 931317218,
            "stop": 931317247
        },
        {
            "start": 931317249,
            "stop": 931317255
        },
        {
            "start": 931317260,
            "stop": 931317263
        },
        {
            "start": 931317267,
            "stop": 931317268
        },
        {
            "start": 931317270,
            "stop": 931317274
        },
        {
            "start": 931317277,
            "stop": 931317284
        },
        {
            "start": 931317289,
            "stop": 931317290
        },
        {
            "start": 931317291,
            "stop": 931317294
        },
        {
            "start": 931317297,
            "stop": 931317304
        }
    ]
}