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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT1/segments?format=api&page=43",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT1/segments?format=api&page=41",
    "results_count": 1192,
    "results_per_page": 20,
    "num_pages": 60,
    "page_number": 42,
    "results": [
        {
            "start": 1263273440,
            "stop": 1263273575
        },
        {
            "start": 1263274798,
            "stop": 1263280253
        },
        {
            "start": 1263281518,
            "stop": 1263282285
        },
        {
            "start": 1263297072,
            "stop": 1263314747
        },
        {
            "start": 1263318540,
            "stop": 1263342917
        },
        {
            "start": 1263344142,
            "stop": 1263455311
        },
        {
            "start": 1263468011,
            "stop": 1263469703
        },
        {
            "start": 1263469711,
            "stop": 1263470943
        },
        {
            "start": 1263470951,
            "stop": 1263471927
        },
        {
            "start": 1263471935,
            "stop": 1263472695
        },
        {
            "start": 1263472703,
            "stop": 1263473391
        },
        {
            "start": 1263473407,
            "stop": 1263476583
        },
        {
            "start": 1263476599,
            "stop": 1263477453
        },
        {
            "start": 1263478887,
            "stop": 1263489178
        },
        {
            "start": 1263499080,
            "stop": 1263503276
        },
        {
            "start": 1263509698,
            "stop": 1263512540
        },
        {
            "start": 1263515990,
            "stop": 1263515992
        },
        {
            "start": 1263574683,
            "stop": 1263578173
        },
        {
            "start": 1263580117,
            "stop": 1263621727
        },
        {
            "start": 1263642847,
            "stop": 1263647779
        }
    ]
}