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=74
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=75",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=73",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 74,
    "results": [
        {
            "start": 1238336154,
            "stop": 1238336309
        },
        {
            "start": 1238336310,
            "stop": 1238336431
        },
        {
            "start": 1238336560,
            "stop": 1238337560
        },
        {
            "start": 1238337562,
            "stop": 1238337585
        },
        {
            "start": 1238337587,
            "stop": 1238337694
        },
        {
            "start": 1238337699,
            "stop": 1238337705
        },
        {
            "start": 1238337715,
            "stop": 1238337773
        },
        {
            "start": 1238337778,
            "stop": 1238337786
        },
        {
            "start": 1238337791,
            "stop": 1238337948
        },
        {
            "start": 1238337953,
            "stop": 1238338163
        },
        {
            "start": 1238338174,
            "stop": 1238338349
        },
        {
            "start": 1238338350,
            "stop": 1238338879
        },
        {
            "start": 1238338880,
            "stop": 1238338934
        },
        {
            "start": 1238338950,
            "stop": 1238339169
        },
        {
            "start": 1238339174,
            "stop": 1238339187
        },
        {
            "start": 1238339189,
            "stop": 1238339236
        },
        {
            "start": 1238339238,
            "stop": 1238339839
        },
        {
            "start": 1238339840,
            "stop": 1238339843
        },
        {
            "start": 1238339844,
            "stop": 1238339846
        },
        {
            "start": 1238339851,
            "stop": 1238339854
        }
    ]
}