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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_CBC_CAT3/segments?format=api&page=40",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_CBC_CAT3/segments?format=api&page=38",
    "results_count": 1350,
    "results_per_page": 20,
    "num_pages": 68,
    "page_number": 39,
    "results": [
        {
            "start": 1246414250,
            "stop": 1246419854
        },
        {
            "start": 1246432509,
            "stop": 1246448460
        },
        {
            "start": 1246451929,
            "stop": 1246458658
        },
        {
            "start": 1246460384,
            "stop": 1246466450
        },
        {
            "start": 1246468144,
            "stop": 1246491069
        },
        {
            "start": 1246494332,
            "stop": 1246519112
        },
        {
            "start": 1246519128,
            "stop": 1246523100
        },
        {
            "start": 1246534083,
            "stop": 1246547331
        },
        {
            "start": 1246590925,
            "stop": 1246604966
        },
        {
            "start": 1246608626,
            "stop": 1246611473
        },
        {
            "start": 1246621933,
            "stop": 1246621935
        },
        {
            "start": 1246623918,
            "stop": 1246632058
        },
        {
            "start": 1246633909,
            "stop": 1246645178
        },
        {
            "start": 1246649874,
            "stop": 1246654647
        },
        {
            "start": 1246658082,
            "stop": 1246684831
        },
        {
            "start": 1246810272,
            "stop": 1246810383
        },
        {
            "start": 1246810415,
            "stop": 1246811052
        },
        {
            "start": 1246814767,
            "stop": 1246826701
        },
        {
            "start": 1246900574,
            "stop": 1246901026
        },
        {
            "start": 1246901072,
            "stop": 1246909495
        }
    ]
}