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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=82",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=80",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 81,
    "results": [
        {
            "start": 1238929207,
            "stop": 1238929230
        },
        {
            "start": 1238929231,
            "stop": 1238929356
        },
        {
            "start": 1238929357,
            "stop": 1238929494
        },
        {
            "start": 1238929495,
            "stop": 1238929789
        },
        {
            "start": 1238929794,
            "stop": 1238929832
        },
        {
            "start": 1238929833,
            "stop": 1238930069
        },
        {
            "start": 1238930071,
            "stop": 1238930215
        },
        {
            "start": 1238930218,
            "stop": 1238930392
        },
        {
            "start": 1238938360,
            "stop": 1238939107
        },
        {
            "start": 1238939110,
            "stop": 1238939749
        },
        {
            "start": 1238939750,
            "stop": 1238939762
        },
        {
            "start": 1238939763,
            "stop": 1238939962
        },
        {
            "start": 1238939965,
            "stop": 1238940521
        },
        {
            "start": 1238940524,
            "stop": 1238940544
        },
        {
            "start": 1238940545,
            "stop": 1238940972
        },
        {
            "start": 1238940975,
            "stop": 1238941006
        },
        {
            "start": 1238941009,
            "stop": 1238941231
        },
        {
            "start": 1238941232,
            "stop": 1238941354
        },
        {
            "start": 1238941356,
            "stop": 1238941406
        },
        {
            "start": 1238941407,
            "stop": 1238942103
        }
    ]
}