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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1959",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1957",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1958,
    "results": [
        {
            "start": 1253135142,
            "stop": 1253138094
        },
        {
            "start": 1253138097,
            "stop": 1253138662
        },
        {
            "start": 1253138665,
            "stop": 1253142446
        },
        {
            "start": 1253142449,
            "stop": 1253143223
        },
        {
            "start": 1253143226,
            "stop": 1253144299
        },
        {
            "start": 1253144302,
            "stop": 1253145846
        },
        {
            "start": 1253145849,
            "stop": 1253146604
        },
        {
            "start": 1253146607,
            "stop": 1253148066
        },
        {
            "start": 1253148068,
            "stop": 1253149932
        },
        {
            "start": 1253149935,
            "stop": 1253149940
        },
        {
            "start": 1253149943,
            "stop": 1253150021
        },
        {
            "start": 1253150024,
            "stop": 1253151722
        },
        {
            "start": 1253151725,
            "stop": 1253153366
        },
        {
            "start": 1253153368,
            "stop": 1253153475
        },
        {
            "start": 1253153476,
            "stop": 1253154204
        },
        {
            "start": 1253154205,
            "stop": 1253155001
        },
        {
            "start": 1253155003,
            "stop": 1253155232
        },
        {
            "start": 1253155235,
            "stop": 1253156396
        },
        {
            "start": 1253156398,
            "stop": 1253157997
        },
        {
            "start": 1253158000,
            "stop": 1253161514
        }
    ]
}