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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=264",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=262",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 263,
    "results": [
        {
            "start": 821686217,
            "stop": 821686218
        },
        {
            "start": 821686229,
            "stop": 821686231
        },
        {
            "start": 821686234,
            "stop": 821686237
        },
        {
            "start": 821686241,
            "stop": 821686252
        },
        {
            "start": 821686255,
            "stop": 821686282
        },
        {
            "start": 821686285,
            "stop": 821686287
        },
        {
            "start": 821686290,
            "stop": 821686302
        },
        {
            "start": 821686306,
            "stop": 821686308
        },
        {
            "start": 821686311,
            "stop": 821686314
        },
        {
            "start": 821686318,
            "stop": 821686319
        },
        {
            "start": 821686325,
            "stop": 821686345
        },
        {
            "start": 821686348,
            "stop": 821686350
        },
        {
            "start": 821686356,
            "stop": 821686379
        },
        {
            "start": 821686383,
            "stop": 821686386
        },
        {
            "start": 821686391,
            "stop": 821686403
        },
        {
            "start": 821686411,
            "stop": 821686432
        },
        {
            "start": 821686435,
            "stop": 821686436
        },
        {
            "start": 821686439,
            "stop": 821686483
        },
        {
            "start": 821686486,
            "stop": 821686488
        },
        {
            "start": 821686493,
            "stop": 821686498
        }
    ]
}