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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=459",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=457",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 458,
    "results": [
        {
            "start": 1268933867,
            "stop": 1268933944
        },
        {
            "start": 1268933945,
            "stop": 1268933947
        },
        {
            "start": 1268933951,
            "stop": 1268934069
        },
        {
            "start": 1268934070,
            "stop": 1268934078
        },
        {
            "start": 1268934079,
            "stop": 1268934141
        },
        {
            "start": 1268934142,
            "stop": 1268934148
        },
        {
            "start": 1268934149,
            "stop": 1268934180
        },
        {
            "start": 1268934181,
            "stop": 1268934220
        },
        {
            "start": 1268934221,
            "stop": 1268934264
        },
        {
            "start": 1268934265,
            "stop": 1268934483
        },
        {
            "start": 1268934484,
            "stop": 1268934528
        },
        {
            "start": 1268934529,
            "stop": 1268934876
        },
        {
            "start": 1268934877,
            "stop": 1268934883
        },
        {
            "start": 1268934884,
            "stop": 1268935009
        },
        {
            "start": 1268935010,
            "stop": 1268938381
        },
        {
            "start": 1268938382,
            "stop": 1268938521
        },
        {
            "start": 1268938525,
            "stop": 1268952900
        },
        {
            "start": 1268953080,
            "stop": 1268953140
        },
        {
            "start": 1268953920,
            "stop": 1268954082
        },
        {
            "start": 1268954083,
            "stop": 1268954810
        }
    ]
}