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=1076
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=1077",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1075",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1076,
    "results": [
        {
            "start": 1253177596,
            "stop": 1253177619
        },
        {
            "start": 1253177622,
            "stop": 1253178040
        },
        {
            "start": 1253178043,
            "stop": 1253178206
        },
        {
            "start": 1253178211,
            "stop": 1253178512
        },
        {
            "start": 1253178515,
            "stop": 1253178568
        },
        {
            "start": 1253178571,
            "stop": 1253178660
        },
        {
            "start": 1253178664,
            "stop": 1253178944
        },
        {
            "start": 1253178951,
            "stop": 1253179182
        },
        {
            "start": 1253179187,
            "stop": 1253179381
        },
        {
            "start": 1253179384,
            "stop": 1253179521
        },
        {
            "start": 1253179526,
            "stop": 1253179722
        },
        {
            "start": 1253179727,
            "stop": 1253179905
        },
        {
            "start": 1253179909,
            "stop": 1253180045
        },
        {
            "start": 1253180049,
            "stop": 1253180234
        },
        {
            "start": 1253180238,
            "stop": 1253180313
        },
        {
            "start": 1253180316,
            "stop": 1253180608
        },
        {
            "start": 1253180611,
            "stop": 1253180652
        },
        {
            "start": 1253180656,
            "stop": 1253180976
        },
        {
            "start": 1253180980,
            "stop": 1253181139
        },
        {
            "start": 1253181144,
            "stop": 1253181356
        }
    ]
}