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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=417",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=415",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 416,
    "results": [
        {
            "start": 932713176,
            "stop": 932713215
        },
        {
            "start": 932713575,
            "stop": 932713605
        },
        {
            "start": 932713606,
            "stop": 932713687
        },
        {
            "start": 932717212,
            "stop": 932717268
        },
        {
            "start": 932717269,
            "stop": 932717285
        },
        {
            "start": 932717289,
            "stop": 932717471
        },
        {
            "start": 932717472,
            "stop": 932717560
        },
        {
            "start": 932717563,
            "stop": 932717776
        },
        {
            "start": 932717777,
            "stop": 932717811
        },
        {
            "start": 932717812,
            "stop": 932718384
        },
        {
            "start": 932718385,
            "stop": 932718395
        },
        {
            "start": 932718396,
            "stop": 932718717
        },
        {
            "start": 932718718,
            "stop": 932718905
        },
        {
            "start": 932718907,
            "stop": 932719010
        },
        {
            "start": 932719011,
            "stop": 932719051
        },
        {
            "start": 932719052,
            "stop": 932719277
        },
        {
            "start": 932719278,
            "stop": 932719434
        },
        {
            "start": 932719435,
            "stop": 932719700
        },
        {
            "start": 932719701,
            "stop": 932719821
        },
        {
            "start": 932719822,
            "stop": 932720415
        }
    ]
}