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=1060
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=1061",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1059",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1060,
    "results": [
        {
            "start": 1253069709,
            "stop": 1253069983
        },
        {
            "start": 1253069986,
            "stop": 1253070193
        },
        {
            "start": 1253070197,
            "stop": 1253070515
        },
        {
            "start": 1253070518,
            "stop": 1253070583
        },
        {
            "start": 1253070587,
            "stop": 1253070914
        },
        {
            "start": 1253070918,
            "stop": 1253070991
        },
        {
            "start": 1253070995,
            "stop": 1253071064
        },
        {
            "start": 1253071067,
            "stop": 1253071217
        },
        {
            "start": 1253071220,
            "stop": 1253071303
        },
        {
            "start": 1253071308,
            "stop": 1253071446
        },
        {
            "start": 1253071449,
            "stop": 1253071460
        },
        {
            "start": 1253071464,
            "stop": 1253071565
        },
        {
            "start": 1253071568,
            "stop": 1253072284
        },
        {
            "start": 1253072288,
            "stop": 1253072360
        },
        {
            "start": 1253072363,
            "stop": 1253072420
        },
        {
            "start": 1253072425,
            "stop": 1253072669
        },
        {
            "start": 1253072678,
            "stop": 1253073029
        },
        {
            "start": 1253073034,
            "stop": 1253074105
        },
        {
            "start": 1253074110,
            "stop": 1253074207
        },
        {
            "start": 1253074211,
            "stop": 1253074739
        }
    ]
}