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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=291",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=289",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 290,
    "results": [
        {
            "start": 931534402,
            "stop": 931534403
        },
        {
            "start": 931534407,
            "stop": 931534414
        },
        {
            "start": 931534416,
            "stop": 931534429
        },
        {
            "start": 931534431,
            "stop": 931534432
        },
        {
            "start": 931534434,
            "stop": 931534436
        },
        {
            "start": 931534438,
            "stop": 931534442
        },
        {
            "start": 931534444,
            "stop": 931534457
        },
        {
            "start": 931534460,
            "stop": 931534471
        },
        {
            "start": 931534472,
            "stop": 931534474
        },
        {
            "start": 931534476,
            "stop": 931534485
        },
        {
            "start": 931534488,
            "stop": 931534489
        },
        {
            "start": 931534491,
            "stop": 931534498
        },
        {
            "start": 931534501,
            "stop": 931534526
        },
        {
            "start": 931534531,
            "stop": 931534546
        },
        {
            "start": 931534548,
            "stop": 931534549
        },
        {
            "start": 931534552,
            "stop": 931534566
        },
        {
            "start": 931534568,
            "stop": 931534581
        },
        {
            "start": 931534584,
            "stop": 931534589
        },
        {
            "start": 931534590,
            "stop": 931534597
        },
        {
            "start": 931534599,
            "stop": 931534602
        }
    ]
}