Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=229
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=230",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=228",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 229,
    "results": [
        {
            "start": 1264395245,
            "stop": 1264395248
        },
        {
            "start": 1264395250,
            "stop": 1264395292
        },
        {
            "start": 1264395293,
            "stop": 1264395335
        },
        {
            "start": 1264395339,
            "stop": 1264395417
        },
        {
            "start": 1264395421,
            "stop": 1264395424
        },
        {
            "start": 1264395425,
            "stop": 1264395434
        },
        {
            "start": 1264395436,
            "stop": 1264395442
        },
        {
            "start": 1264395444,
            "stop": 1264395445
        },
        {
            "start": 1264395447,
            "stop": 1264395448
        },
        {
            "start": 1264395449,
            "stop": 1264395450
        },
        {
            "start": 1264395452,
            "stop": 1264395458
        },
        {
            "start": 1264395460,
            "stop": 1264395553
        },
        {
            "start": 1264395554,
            "stop": 1264395555
        },
        {
            "start": 1264395556,
            "stop": 1264395561
        },
        {
            "start": 1264395562,
            "stop": 1264395563
        },
        {
            "start": 1264395564,
            "stop": 1264395578
        },
        {
            "start": 1264395580,
            "stop": 1264395586
        },
        {
            "start": 1264395588,
            "stop": 1264395632
        },
        {
            "start": 1264395635,
            "stop": 1264395641
        },
        {
            "start": 1264395642,
            "stop": 1264395649
        }
    ]
}