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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=364",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=362",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 363,
    "results": [
        {
            "start": 1386553429,
            "stop": 1386553432
        },
        {
            "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
        }
    ]
}