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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1013",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1011",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1012,
    "results": [
        {
            "start": 1252100848,
            "stop": 1252101030
        },
        {
            "start": 1252101033,
            "stop": 1252102521
        },
        {
            "start": 1252102526,
            "stop": 1252102662
        },
        {
            "start": 1252102665,
            "stop": 1252103272
        },
        {
            "start": 1252103276,
            "stop": 1252103386
        },
        {
            "start": 1252103391,
            "stop": 1252104977
        },
        {
            "start": 1252104981,
            "stop": 1252105322
        },
        {
            "start": 1252105324,
            "stop": 1252106399
        },
        {
            "start": 1252106403,
            "stop": 1252106939
        },
        {
            "start": 1252106944,
            "stop": 1252108479
        },
        {
            "start": 1252108482,
            "stop": 1252108795
        },
        {
            "start": 1252108800,
            "stop": 1252108836
        },
        {
            "start": 1252108839,
            "stop": 1252109800
        },
        {
            "start": 1252109804,
            "stop": 1252109883
        },
        {
            "start": 1252109886,
            "stop": 1252110885
        },
        {
            "start": 1252110887,
            "stop": 1252110988
        },
        {
            "start": 1252110992,
            "stop": 1252111501
        },
        {
            "start": 1252111505,
            "stop": 1252114133
        },
        {
            "start": 1252114137,
            "stop": 1252114185
        },
        {
            "start": 1252114189,
            "stop": 1252114531
        }
    ]
}