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=86
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=87",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=85",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 86,
    "results": [
        {
            "start": 1238976655,
            "stop": 1238976659
        },
        {
            "start": 1238976662,
            "stop": 1238976711
        },
        {
            "start": 1238976713,
            "stop": 1238976801
        },
        {
            "start": 1238976804,
            "stop": 1238976891
        },
        {
            "start": 1238976892,
            "stop": 1238976894
        },
        {
            "start": 1238976897,
            "stop": 1238976914
        },
        {
            "start": 1238976915,
            "stop": 1238976958
        },
        {
            "start": 1238976961,
            "stop": 1238976972
        },
        {
            "start": 1238976973,
            "stop": 1238977181
        },
        {
            "start": 1238977183,
            "stop": 1238977483
        },
        {
            "start": 1238977486,
            "stop": 1238977492
        },
        {
            "start": 1238977495,
            "stop": 1238977507
        },
        {
            "start": 1238977513,
            "stop": 1238977546
        },
        {
            "start": 1238977549,
            "stop": 1238977556
        },
        {
            "start": 1238977559,
            "stop": 1238977869
        },
        {
            "start": 1238977870,
            "stop": 1238977987
        },
        {
            "start": 1238977990,
            "stop": 1238978436
        },
        {
            "start": 1238978437,
            "stop": 1238978554
        },
        {
            "start": 1238978555,
            "stop": 1238978556
        },
        {
            "start": 1238978557,
            "stop": 1238978910
        }
    ]
}