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=5279
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=5280",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5278",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5279,
    "results": [
        {
            "start": 1137079643,
            "stop": 1137079739
        },
        {
            "start": 1137079741,
            "stop": 1137079751
        },
        {
            "start": 1137079753,
            "stop": 1137079768
        },
        {
            "start": 1137079769,
            "stop": 1137079770
        },
        {
            "start": 1137079772,
            "stop": 1137079801
        },
        {
            "start": 1137079803,
            "stop": 1137079866
        },
        {
            "start": 1137079868,
            "stop": 1137079878
        },
        {
            "start": 1137079880,
            "stop": 1137079882
        },
        {
            "start": 1137079884,
            "stop": 1137079952
        },
        {
            "start": 1137079954,
            "stop": 1137080106
        },
        {
            "start": 1137080107,
            "stop": 1137080116
        },
        {
            "start": 1137080117,
            "stop": 1137080143
        },
        {
            "start": 1137080145,
            "stop": 1137080162
        },
        {
            "start": 1137080164,
            "stop": 1137080165
        },
        {
            "start": 1137080170,
            "stop": 1137080249
        },
        {
            "start": 1137080251,
            "stop": 1137080288
        },
        {
            "start": 1137080291,
            "stop": 1137080301
        },
        {
            "start": 1137080303,
            "stop": 1137080333
        },
        {
            "start": 1137080335,
            "stop": 1137080345
        },
        {
            "start": 1137080346,
            "stop": 1137080398
        }
    ]
}