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/O4a/timelines/L1_CBC_CAT1/segments?format=api&page=24
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_CBC_CAT1/segments?format=api&page=25",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_CBC_CAT1/segments?format=api&page=23",
    "results_count": 568,
    "results_per_page": 20,
    "num_pages": 29,
    "page_number": 24,
    "results": [
        {
            "start": 1386553440,
            "stop": 1386553443
        },
        {
            "start": 1386553451,
            "stop": 1386553454
        },
        {
            "start": 1386553462,
            "stop": 1386553465
        },
        {
            "start": 1386553473,
            "stop": 1386553476
        },
        {
            "start": 1386553483,
            "stop": 1386553487
        },
        {
            "start": 1386553494,
            "stop": 1386553497
        },
        {
            "start": 1386553505,
            "stop": 1386553508
        },
        {
            "start": 1386553516,
            "stop": 1386553519
        },
        {
            "start": 1386553527,
            "stop": 1386553530
        },
        {
            "start": 1386553538,
            "stop": 1386553541
        },
        {
            "start": 1386553549,
            "stop": 1386553552
        },
        {
            "start": 1386553559,
            "stop": 1386553563
        },
        {
            "start": 1386553570,
            "stop": 1386553574
        },
        {
            "start": 1386553581,
            "stop": 1386553585
        },
        {
            "start": 1386553592,
            "stop": 1386553595
        },
        {
            "start": 1386553603,
            "stop": 1386553606
        },
        {
            "start": 1386553614,
            "stop": 1386553617
        },
        {
            "start": 1386553625,
            "stop": 1386553628
        },
        {
            "start": 1386553635,
            "stop": 1386553639
        },
        {
            "start": 1386553646,
            "stop": 1386553650
        }
    ]
}