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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6560",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6558",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6559,
    "results": [
        {
            "start": 874452086,
            "stop": 874452202
        },
        {
            "start": 874452203,
            "stop": 874452218
        },
        {
            "start": 874452219,
            "stop": 874452291
        },
        {
            "start": 874452292,
            "stop": 874452602
        },
        {
            "start": 874452604,
            "stop": 874452928
        },
        {
            "start": 874452929,
            "stop": 874452934
        },
        {
            "start": 874452935,
            "stop": 874452949
        },
        {
            "start": 874452951,
            "stop": 874453083
        },
        {
            "start": 874453084,
            "stop": 874453255
        },
        {
            "start": 874453257,
            "stop": 874453532
        },
        {
            "start": 874453533,
            "stop": 874453738
        },
        {
            "start": 874453739,
            "stop": 874453773
        },
        {
            "start": 874453774,
            "stop": 874453906
        },
        {
            "start": 874453907,
            "stop": 874453950
        },
        {
            "start": 874453951,
            "stop": 874454053
        },
        {
            "start": 874454054,
            "stop": 874454350
        },
        {
            "start": 874454351,
            "stop": 874454876
        },
        {
            "start": 874454877,
            "stop": 874454949
        },
        {
            "start": 874454951,
            "stop": 874455055
        },
        {
            "start": 874455056,
            "stop": 874455129
        }
    ]
}