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=87
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=88",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=86",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 87,
    "results": [
        {
            "start": 1238443544,
            "stop": 1238443650
        },
        {
            "start": 1238443651,
            "stop": 1238443652
        },
        {
            "start": 1238443655,
            "stop": 1238443864
        },
        {
            "start": 1238443865,
            "stop": 1238443867
        },
        {
            "start": 1238443868,
            "stop": 1238443968
        },
        {
            "start": 1238443970,
            "stop": 1238444112
        },
        {
            "start": 1238444114,
            "stop": 1238444458
        },
        {
            "start": 1238444460,
            "stop": 1238444523
        },
        {
            "start": 1238444524,
            "stop": 1238444532
        },
        {
            "start": 1238444534,
            "stop": 1238444542
        },
        {
            "start": 1238444544,
            "stop": 1238444545
        },
        {
            "start": 1238444548,
            "stop": 1238444727
        },
        {
            "start": 1238444731,
            "stop": 1238444845
        },
        {
            "start": 1238444847,
            "stop": 1238444912
        },
        {
            "start": 1238444915,
            "stop": 1238445086
        },
        {
            "start": 1238445087,
            "stop": 1238445118
        },
        {
            "start": 1238445120,
            "stop": 1238445122
        },
        {
            "start": 1238445123,
            "stop": 1238445138
        },
        {
            "start": 1238445142,
            "stop": 1238445228
        },
        {
            "start": 1238445234,
            "stop": 1238445235
        }
    ]
}