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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT1/segments?format=api&page=19",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT1/segments?format=api&page=17",
    "results_count": 535,
    "results_per_page": 20,
    "num_pages": 27,
    "page_number": 18,
    "results": [
        {
            "start": 1248467853,
            "stop": 1248468607
        },
        {
            "start": 1248468701,
            "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": 1248828696
        },
        {
            "start": 1248832887,
            "stop": 1248866121
        },
        {
            "start": 1248868155,
            "stop": 1248880532
        },
        {
            "start": 1248938388,
            "stop": 1248944173
        }
    ]
}