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=92
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=93",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=91",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 92,
    "results": [
        {
            "start": 1238466458,
            "stop": 1238467163
        },
        {
            "start": 1238467164,
            "stop": 1238467963
        },
        {
            "start": 1238467964,
            "stop": 1238468158
        },
        {
            "start": 1238468161,
            "stop": 1238468295
        },
        {
            "start": 1238468296,
            "stop": 1238468600
        },
        {
            "start": 1238468602,
            "stop": 1238469368
        },
        {
            "start": 1238469373,
            "stop": 1238470408
        },
        {
            "start": 1238470413,
            "stop": 1238471035
        },
        {
            "start": 1238471040,
            "stop": 1238474676
        },
        {
            "start": 1238474679,
            "stop": 1238474724
        },
        {
            "start": 1238474727,
            "stop": 1238475161
        },
        {
            "start": 1238475162,
            "stop": 1238475188
        },
        {
            "start": 1238475193,
            "stop": 1238475981
        },
        {
            "start": 1238475983,
            "stop": 1238476725
        },
        {
            "start": 1238476729,
            "stop": 1238477434
        },
        {
            "start": 1238477437,
            "stop": 1238479906
        },
        {
            "start": 1238479908,
            "stop": 1238480751
        },
        {
            "start": 1238480752,
            "stop": 1238481855
        },
        {
            "start": 1238481857,
            "stop": 1238482395
        },
        {
            "start": 1238482400,
            "stop": 1238482759
        }
    ]
}