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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=565",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=563",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 564,
    "results": [
        {
            "start": 873051564,
            "stop": 873052069
        },
        {
            "start": 873052072,
            "stop": 873052407
        },
        {
            "start": 873052413,
            "stop": 873052427
        },
        {
            "start": 873052433,
            "stop": 873052460
        },
        {
            "start": 873052465,
            "stop": 873053037
        },
        {
            "start": 873053040,
            "stop": 873053045
        },
        {
            "start": 873053053,
            "stop": 873053056
        },
        {
            "start": 873053074,
            "stop": 873053080
        },
        {
            "start": 873053084,
            "stop": 873053091
        },
        {
            "start": 873053096,
            "stop": 873055937
        },
        {
            "start": 873059096,
            "stop": 873059917
        },
        {
            "start": 873061768,
            "stop": 873066420
        },
        {
            "start": 873066480,
            "stop": 873072733
        },
        {
            "start": 873072735,
            "stop": 873081638
        },
        {
            "start": 873082880,
            "stop": 873103465
        },
        {
            "start": 873106656,
            "stop": 873119773
        },
        {
            "start": 873120692,
            "stop": 873128817
        },
        {
            "start": 873128822,
            "stop": 873133946
        },
        {
            "start": 873133949,
            "stop": 873133960
        },
        {
            "start": 873133963,
            "stop": 873134840
        }
    ]
}