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=5281
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=5282",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5280",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5281,
    "results": [
        {
            "start": 1137081262,
            "stop": 1137081380
        },
        {
            "start": 1137081384,
            "stop": 1137081420
        },
        {
            "start": 1137081422,
            "stop": 1137081428
        },
        {
            "start": 1137081430,
            "stop": 1137081432
        },
        {
            "start": 1137081434,
            "stop": 1137081453
        },
        {
            "start": 1137081455,
            "stop": 1137081456
        },
        {
            "start": 1137081460,
            "stop": 1137081469
        },
        {
            "start": 1137081471,
            "stop": 1137081473
        },
        {
            "start": 1137081475,
            "stop": 1137081477
        },
        {
            "start": 1137081479,
            "stop": 1137081503
        },
        {
            "start": 1137081505,
            "stop": 1137081534
        },
        {
            "start": 1137081537,
            "stop": 1137081539
        },
        {
            "start": 1137081542,
            "stop": 1137081547
        },
        {
            "start": 1137081549,
            "stop": 1137081558
        },
        {
            "start": 1137081560,
            "stop": 1137081581
        },
        {
            "start": 1137081583,
            "stop": 1137081614
        },
        {
            "start": 1137081618,
            "stop": 1137081634
        },
        {
            "start": 1137081636,
            "stop": 1137081638
        },
        {
            "start": 1137081640,
            "stop": 1137081644
        },
        {
            "start": 1137081646,
            "stop": 1137081666
        }
    ]
}