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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5240",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5238",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5239,
    "results": [
        {
            "start": 1137055488,
            "stop": 1137055518
        },
        {
            "start": 1137055520,
            "stop": 1137055521
        },
        {
            "start": 1137055523,
            "stop": 1137055555
        },
        {
            "start": 1137055557,
            "stop": 1137055561
        },
        {
            "start": 1137055563,
            "stop": 1137055571
        },
        {
            "start": 1137055573,
            "stop": 1137055580
        },
        {
            "start": 1137055581,
            "stop": 1137055585
        },
        {
            "start": 1137055588,
            "stop": 1137055594
        },
        {
            "start": 1137055595,
            "stop": 1137055602
        },
        {
            "start": 1137055606,
            "stop": 1137055616
        },
        {
            "start": 1137055620,
            "stop": 1137055626
        },
        {
            "start": 1137055630,
            "stop": 1137055637
        },
        {
            "start": 1137055639,
            "stop": 1137055694
        },
        {
            "start": 1137055695,
            "stop": 1137055717
        },
        {
            "start": 1137055720,
            "stop": 1137055723
        },
        {
            "start": 1137055726,
            "stop": 1137055748
        },
        {
            "start": 1137055750,
            "stop": 1137055780
        },
        {
            "start": 1137055782,
            "stop": 1137055783
        },
        {
            "start": 1137055785,
            "stop": 1137055795
        },
        {
            "start": 1137055797,
            "stop": 1137055802
        }
    ]
}