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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=16",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=14",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 15,
    "results": [
        {
            "start": 1238184968,
            "stop": 1238184979
        },
        {
            "start": 1238184982,
            "stop": 1238184983
        },
        {
            "start": 1238184985,
            "stop": 1238185000
        },
        {
            "start": 1238185002,
            "stop": 1238185093
        },
        {
            "start": 1238185096,
            "stop": 1238185113
        },
        {
            "start": 1238185116,
            "stop": 1238185131
        },
        {
            "start": 1238185132,
            "stop": 1238185143
        },
        {
            "start": 1238185145,
            "stop": 1238185149
        },
        {
            "start": 1238185150,
            "stop": 1238185154
        },
        {
            "start": 1238185159,
            "stop": 1238185162
        },
        {
            "start": 1238185165,
            "stop": 1238185166
        },
        {
            "start": 1238185167,
            "stop": 1238185171
        },
        {
            "start": 1238185172,
            "stop": 1238185174
        },
        {
            "start": 1238185176,
            "stop": 1238185180
        },
        {
            "start": 1238185181,
            "stop": 1238185197
        },
        {
            "start": 1238185198,
            "stop": 1238185210
        },
        {
            "start": 1238185211,
            "stop": 1238185215
        },
        {
            "start": 1238185216,
            "stop": 1238185230
        },
        {
            "start": 1238185231,
            "stop": 1238185246
        },
        {
            "start": 1238185247,
            "stop": 1238185251
        }
    ]
}