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=1086
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=1087",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1085",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1086,
    "results": [
        {
            "start": 1253361694,
            "stop": 1253361715
        },
        {
            "start": 1253361719,
            "stop": 1253361721
        },
        {
            "start": 1253361725,
            "stop": 1253361790
        },
        {
            "start": 1253361795,
            "stop": 1253362225
        },
        {
            "start": 1253362230,
            "stop": 1253362232
        },
        {
            "start": 1253362237,
            "stop": 1253362324
        },
        {
            "start": 1253362328,
            "stop": 1253362343
        },
        {
            "start": 1253362348,
            "stop": 1253362351
        },
        {
            "start": 1253362356,
            "stop": 1253362398
        },
        {
            "start": 1253362403,
            "stop": 1253362405
        },
        {
            "start": 1253362410,
            "stop": 1253362412
        },
        {
            "start": 1253362417,
            "stop": 1253362494
        },
        {
            "start": 1253362499,
            "stop": 1253362537
        },
        {
            "start": 1253362542,
            "stop": 1253362593
        },
        {
            "start": 1253362598,
            "stop": 1253362600
        },
        {
            "start": 1253362605,
            "stop": 1253362607
        },
        {
            "start": 1253362612,
            "stop": 1253362754
        },
        {
            "start": 1253362759,
            "stop": 1253362760
        },
        {
            "start": 1253362765,
            "stop": 1253362766
        },
        {
            "start": 1253362771,
            "stop": 1253363006
        }
    ]
}