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=395
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=396",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=394",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 395,
    "results": [
        {
            "start": 1266985372,
            "stop": 1266985373
        },
        {
            "start": 1266985374,
            "stop": 1266986159
        },
        {
            "start": 1266986160,
            "stop": 1266986188
        },
        {
            "start": 1266986189,
            "stop": 1267017247
        },
        {
            "start": 1267017248,
            "stop": 1267021328
        },
        {
            "start": 1267021329,
            "stop": 1267046844
        },
        {
            "start": 1267046853,
            "stop": 1267046858
        },
        {
            "start": 1267046867,
            "stop": 1267046871
        },
        {
            "start": 1267046891,
            "stop": 1267046892
        },
        {
            "start": 1267046898,
            "stop": 1267046910
        },
        {
            "start": 1267046911,
            "stop": 1267063401
        },
        {
            "start": 1267063402,
            "stop": 1267065496
        },
        {
            "start": 1267065497,
            "stop": 1267065498
        },
        {
            "start": 1267065500,
            "stop": 1267065586
        },
        {
            "start": 1267065587,
            "stop": 1267065590
        },
        {
            "start": 1267065591,
            "stop": 1267065603
        },
        {
            "start": 1267065604,
            "stop": 1267065620
        },
        {
            "start": 1267065621,
            "stop": 1267065723
        },
        {
            "start": 1267065724,
            "stop": 1267065738
        },
        {
            "start": 1267065739,
            "stop": 1267065807
        }
    ]
}