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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=83",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=81",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 82,
    "results": [
        {
            "start": 1238462663,
            "stop": 1238463442
        },
        {
            "start": 1238463444,
            "stop": 1238466457
        },
        {
            "start": 1238466458,
            "stop": 1238467163
        },
        {
            "start": 1238467164,
            "stop": 1238467963
        },
        {
            "start": 1238467964,
            "stop": 1238468295
        },
        {
            "start": 1238468296,
            "stop": 1238468600
        },
        {
            "start": 1238468602,
            "stop": 1238475161
        },
        {
            "start": 1238475162,
            "stop": 1238475981
        },
        {
            "start": 1238475983,
            "stop": 1238479906
        },
        {
            "start": 1238479908,
            "stop": 1238480751
        },
        {
            "start": 1238480752,
            "stop": 1238481855
        },
        {
            "start": 1238481857,
            "stop": 1238483554
        },
        {
            "start": 1238483556,
            "stop": 1238484699
        },
        {
            "start": 1238484700,
            "stop": 1238484705
        },
        {
            "start": 1238484706,
            "stop": 1238485238
        },
        {
            "start": 1238485239,
            "stop": 1238485988
        },
        {
            "start": 1238485989,
            "stop": 1238486037
        },
        {
            "start": 1238486038,
            "stop": 1238486894
        },
        {
            "start": 1238489809,
            "stop": 1238490067
        },
        {
            "start": 1238490069,
            "stop": 1238490169
        }
    ]
}