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=259
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=260",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=258",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 259,
    "results": [
        {
            "start": 821685285,
            "stop": 821685300
        },
        {
            "start": 821685303,
            "stop": 821685314
        },
        {
            "start": 821685317,
            "stop": 821685319
        },
        {
            "start": 821685324,
            "stop": 821685329
        },
        {
            "start": 821685334,
            "stop": 821685340
        },
        {
            "start": 821685345,
            "stop": 821685361
        },
        {
            "start": 821685364,
            "stop": 821685365
        },
        {
            "start": 821685368,
            "stop": 821685382
        },
        {
            "start": 821685386,
            "stop": 821685389
        },
        {
            "start": 821685392,
            "stop": 821685397
        },
        {
            "start": 821685400,
            "stop": 821685424
        },
        {
            "start": 821685427,
            "stop": 821685429
        },
        {
            "start": 821685432,
            "stop": 821685440
        },
        {
            "start": 821685446,
            "stop": 821685454
        },
        {
            "start": 821685457,
            "stop": 821685459
        },
        {
            "start": 821685463,
            "stop": 821685464
        },
        {
            "start": 821685467,
            "stop": 821685474
        },
        {
            "start": 821685479,
            "stop": 821685486
        },
        {
            "start": 821685489,
            "stop": 821685490
        },
        {
            "start": 821685499,
            "stop": 821685501
        }
    ]
}