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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=322",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=320",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 321,
    "results": [
        {
            "start": 1248473001,
            "stop": 1248473782
        },
        {
            "start": 1248473783,
            "stop": 1248473800
        },
        {
            "start": 1248473801,
            "stop": 1248473802
        },
        {
            "start": 1248473803,
            "stop": 1248476850
        },
        {
            "start": 1248476851,
            "stop": 1248508801
        },
        {
            "start": 1248511434,
            "stop": 1248529578
        },
        {
            "start": 1248530230,
            "stop": 1248530243
        },
        {
            "start": 1248563828,
            "stop": 1248571925
        },
        {
            "start": 1248576873,
            "stop": 1248587952
        },
        {
            "start": 1248593321,
            "stop": 1248622344
        },
        {
            "start": 1248633147,
            "stop": 1248648328
        },
        {
            "start": 1248651835,
            "stop": 1248652552
        },
        {
            "start": 1248654111,
            "stop": 1248655820
        },
        {
            "start": 1248658122,
            "stop": 1248659526
        },
        {
            "start": 1248661205,
            "stop": 1248665441
        },
        {
            "start": 1248671621,
            "stop": 1248715845
        },
        {
            "start": 1248734852,
            "stop": 1248736648
        },
        {
            "start": 1248743583,
            "stop": 1248765227
        },
        {
            "start": 1248770158,
            "stop": 1248783836
        },
        {
            "start": 1248798689,
            "stop": 1248813253
        }
    ]
}