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/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=149
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=150",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=148",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 149,
    "results": [
        {
            "start": 833308910,
            "stop": 833311014
        },
        {
            "start": 833311015,
            "stop": 833317908
        },
        {
            "start": 833319814,
            "stop": 833319856
        },
        {
            "start": 833321080,
            "stop": 833323200
        },
        {
            "start": 833323202,
            "stop": 833324029
        },
        {
            "start": 833324030,
            "stop": 833324031
        },
        {
            "start": 833325059,
            "stop": 833369329
        },
        {
            "start": 833369811,
            "stop": 833380393
        },
        {
            "start": 833380394,
            "stop": 833386767
        },
        {
            "start": 833387159,
            "stop": 833389832
        },
        {
            "start": 833389942,
            "stop": 833390016
        },
        {
            "start": 833390316,
            "stop": 833393521
        },
        {
            "start": 833395014,
            "stop": 833396675
        },
        {
            "start": 833396975,
            "stop": 833398061
        },
        {
            "start": 833399304,
            "stop": 833410021
        },
        {
            "start": 833410023,
            "stop": 833412429
        },
        {
            "start": 833413588,
            "stop": 833414773
        },
        {
            "start": 833415299,
            "stop": 833416123
        },
        {
            "start": 833416125,
            "stop": 833418013
        },
        {
            "start": 833419404,
            "stop": 833425161
        }
    ]
}