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=392
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=393",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=391",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 392,
    "results": [
        {
            "start": 1266887297,
            "stop": 1266887299
        },
        {
            "start": 1266887302,
            "stop": 1266887303
        },
        {
            "start": 1266887306,
            "stop": 1266887315
        },
        {
            "start": 1266887316,
            "stop": 1266887319
        },
        {
            "start": 1266887320,
            "stop": 1266887363
        },
        {
            "start": 1266887364,
            "stop": 1266887365
        },
        {
            "start": 1266887366,
            "stop": 1266887375
        },
        {
            "start": 1266887376,
            "stop": 1266887388
        },
        {
            "start": 1266887389,
            "stop": 1266887416
        },
        {
            "start": 1266887417,
            "stop": 1266887418
        },
        {
            "start": 1266887419,
            "stop": 1266887436
        },
        {
            "start": 1266887438,
            "stop": 1266887452
        },
        {
            "start": 1266887454,
            "stop": 1266887481
        },
        {
            "start": 1266887482,
            "stop": 1266887874
        },
        {
            "start": 1266887875,
            "stop": 1266887878
        },
        {
            "start": 1266887880,
            "stop": 1266887892
        },
        {
            "start": 1266887893,
            "stop": 1266887923
        },
        {
            "start": 1266887928,
            "stop": 1266887931
        },
        {
            "start": 1266887932,
            "stop": 1266887935
        },
        {
            "start": 1266887936,
            "stop": 1266887941
        }
    ]
}