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=112
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=113",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=111",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 112,
    "results": [
        {
            "start": 1126624096,
            "stop": 1126624190
        },
        {
            "start": 1126624192,
            "stop": 1126624469
        },
        {
            "start": 1126624470,
            "stop": 1126624772
        },
        {
            "start": 1126624773,
            "stop": 1126625076
        },
        {
            "start": 1126625077,
            "stop": 1126625371
        },
        {
            "start": 1126625372,
            "stop": 1126625687
        },
        {
            "start": 1126625688,
            "stop": 1126625975
        },
        {
            "start": 1126625976,
            "stop": 1126626283
        },
        {
            "start": 1126626284,
            "stop": 1126626533
        },
        {
            "start": 1126626534,
            "stop": 1126626565
        },
        {
            "start": 1126626567,
            "stop": 1126626600
        },
        {
            "start": 1126626602,
            "stop": 1126626605
        },
        {
            "start": 1126626607,
            "stop": 1126626611
        },
        {
            "start": 1126626612,
            "stop": 1126626613
        },
        {
            "start": 1126626615,
            "stop": 1126626619
        },
        {
            "start": 1126626620,
            "stop": 1126626682
        },
        {
            "start": 1126626684,
            "stop": 1126626697
        },
        {
            "start": 1126626701,
            "stop": 1126626702
        },
        {
            "start": 1126626703,
            "stop": 1126626795
        },
        {
            "start": 1126626796,
            "stop": 1126626827
        }
    ]
}