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=195
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=196",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=194",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 195,
    "results": [
        {
            "start": 1264379302,
            "stop": 1264379326
        },
        {
            "start": 1264379328,
            "stop": 1264379339
        },
        {
            "start": 1264379340,
            "stop": 1264379348
        },
        {
            "start": 1264379350,
            "stop": 1264379355
        },
        {
            "start": 1264379357,
            "stop": 1264379358
        },
        {
            "start": 1264379359,
            "stop": 1264379364
        },
        {
            "start": 1264379365,
            "stop": 1264379378
        },
        {
            "start": 1264379380,
            "stop": 1264379383
        },
        {
            "start": 1264379384,
            "stop": 1264379391
        },
        {
            "start": 1264379393,
            "stop": 1264379461
        },
        {
            "start": 1264379462,
            "stop": 1264379463
        },
        {
            "start": 1264379464,
            "stop": 1264379479
        },
        {
            "start": 1264379482,
            "stop": 1264379489
        },
        {
            "start": 1264379490,
            "stop": 1264379506
        },
        {
            "start": 1264379507,
            "stop": 1264379517
        },
        {
            "start": 1264379518,
            "stop": 1264379519
        },
        {
            "start": 1264379522,
            "stop": 1264379525
        },
        {
            "start": 1264379526,
            "stop": 1264379532
        },
        {
            "start": 1264379534,
            "stop": 1264379541
        },
        {
            "start": 1264379543,
            "stop": 1264379622
        }
    ]
}