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=5206
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=5207",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5205",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5206,
    "results": [
        {
            "start": 1137040693,
            "stop": 1137040716
        },
        {
            "start": 1137040718,
            "stop": 1137040738
        },
        {
            "start": 1137040740,
            "stop": 1137040761
        },
        {
            "start": 1137040763,
            "stop": 1137040772
        },
        {
            "start": 1137040773,
            "stop": 1137040796
        },
        {
            "start": 1137040798,
            "stop": 1137040802
        },
        {
            "start": 1137040804,
            "stop": 1137040822
        },
        {
            "start": 1137040823,
            "stop": 1137040857
        },
        {
            "start": 1137040860,
            "stop": 1137040890
        },
        {
            "start": 1137040892,
            "stop": 1137040903
        },
        {
            "start": 1137040905,
            "stop": 1137040910
        },
        {
            "start": 1137040912,
            "stop": 1137040915
        },
        {
            "start": 1137040917,
            "stop": 1137040942
        },
        {
            "start": 1137040944,
            "stop": 1137041041
        },
        {
            "start": 1137041043,
            "stop": 1137041060
        },
        {
            "start": 1137041063,
            "stop": 1137041071
        },
        {
            "start": 1137041072,
            "stop": 1137041077
        },
        {
            "start": 1137041078,
            "stop": 1137041099
        },
        {
            "start": 1137041101,
            "stop": 1137041123
        },
        {
            "start": 1137041125,
            "stop": 1137041127
        }
    ]
}