Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=752
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=753",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=751",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 752,
    "results": [
        {
            "start": 1249053127,
            "stop": 1249053134
        },
        {
            "start": 1249053136,
            "stop": 1249053139
        },
        {
            "start": 1249053140,
            "stop": 1249053148
        },
        {
            "start": 1249053149,
            "stop": 1249054252
        },
        {
            "start": 1249054254,
            "stop": 1249054265
        },
        {
            "start": 1249054266,
            "stop": 1249054274
        },
        {
            "start": 1249054275,
            "stop": 1249054276
        },
        {
            "start": 1249054277,
            "stop": 1249054278
        },
        {
            "start": 1249054279,
            "stop": 1249054280
        },
        {
            "start": 1249054285,
            "stop": 1249054288
        },
        {
            "start": 1249054292,
            "stop": 1249054294
        },
        {
            "start": 1249054298,
            "stop": 1249054299
        },
        {
            "start": 1249054302,
            "stop": 1249054323
        },
        {
            "start": 1249054328,
            "stop": 1249054498
        },
        {
            "start": 1249054499,
            "stop": 1249054502
        },
        {
            "start": 1249054503,
            "stop": 1249054660
        },
        {
            "start": 1249054661,
            "stop": 1249054664
        },
        {
            "start": 1249054665,
            "stop": 1249054700
        },
        {
            "start": 1249054701,
            "stop": 1249054702
        },
        {
            "start": 1249054703,
            "stop": 1249054750
        }
    ]
}