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=308
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=309",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=307",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 308,
    "results": [
        {
            "start": 1264847149,
            "stop": 1264847170
        },
        {
            "start": 1264847173,
            "stop": 1264847202
        },
        {
            "start": 1264847206,
            "stop": 1264847218
        },
        {
            "start": 1264847222,
            "stop": 1264847226
        },
        {
            "start": 1264847229,
            "stop": 1264847239
        },
        {
            "start": 1264847240,
            "stop": 1264847248
        },
        {
            "start": 1264847250,
            "stop": 1264847281
        },
        {
            "start": 1264847284,
            "stop": 1264847334
        },
        {
            "start": 1264847338,
            "stop": 1264847393
        },
        {
            "start": 1264847395,
            "stop": 1264847400
        },
        {
            "start": 1264847402,
            "stop": 1264847409
        },
        {
            "start": 1264847413,
            "stop": 1264847461
        },
        {
            "start": 1264847464,
            "stop": 1264847474
        },
        {
            "start": 1264847478,
            "stop": 1264847485
        },
        {
            "start": 1264847487,
            "stop": 1264847545
        },
        {
            "start": 1264847546,
            "stop": 1264847575
        },
        {
            "start": 1264847579,
            "stop": 1264847586
        },
        {
            "start": 1264847587,
            "stop": 1264847628
        },
        {
            "start": 1264847632,
            "stop": 1264847642
        },
        {
            "start": 1264847644,
            "stop": 1264847770
        }
    ]
}