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=84
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=85",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=83",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 84,
    "results": [
        {
            "start": 1126546753,
            "stop": 1126546886
        },
        {
            "start": 1126546887,
            "stop": 1126547020
        },
        {
            "start": 1126547022,
            "stop": 1126547030
        },
        {
            "start": 1126547032,
            "stop": 1126547051
        },
        {
            "start": 1126547053,
            "stop": 1126547056
        },
        {
            "start": 1126547057,
            "stop": 1126547072
        },
        {
            "start": 1126547074,
            "stop": 1126547078
        },
        {
            "start": 1126547079,
            "stop": 1126547081
        },
        {
            "start": 1126547082,
            "stop": 1126547098
        },
        {
            "start": 1126547101,
            "stop": 1126547104
        },
        {
            "start": 1126547106,
            "stop": 1126547109
        },
        {
            "start": 1126547111,
            "stop": 1126547120
        },
        {
            "start": 1126547122,
            "stop": 1126547124
        },
        {
            "start": 1126547126,
            "stop": 1126547144
        },
        {
            "start": 1126547146,
            "stop": 1126547147
        },
        {
            "start": 1126547149,
            "stop": 1126547154
        },
        {
            "start": 1126547155,
            "stop": 1126547165
        },
        {
            "start": 1126547167,
            "stop": 1126547171
        },
        {
            "start": 1126547172,
            "stop": 1126547180
        },
        {
            "start": 1126547181,
            "stop": 1126547186
        }
    ]
}