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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=516",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=514",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 515,
    "results": [
        {
            "start": 868891608,
            "stop": 868896977
        },
        {
            "start": 868897091,
            "stop": 868899780
        },
        {
            "start": 868899840,
            "stop": 868899847
        },
        {
            "start": 868899853,
            "stop": 868899902
        },
        {
            "start": 868899908,
            "stop": 868902697
        },
        {
            "start": 868902700,
            "stop": 868902703
        },
        {
            "start": 868902708,
            "stop": 868903005
        },
        {
            "start": 868903010,
            "stop": 868903670
        },
        {
            "start": 868903798,
            "stop": 868908979
        },
        {
            "start": 868909485,
            "stop": 868911272
        },
        {
            "start": 868911283,
            "stop": 868911295
        },
        {
            "start": 868911300,
            "stop": 868911307
        },
        {
            "start": 868911313,
            "stop": 868911327
        },
        {
            "start": 868911333,
            "stop": 868913122
        },
        {
            "start": 868913128,
            "stop": 868915927
        },
        {
            "start": 868915933,
            "stop": 868916425
        },
        {
            "start": 868916827,
            "stop": 868919078
        },
        {
            "start": 868921268,
            "stop": 868928733
        },
        {
            "start": 868946045,
            "stop": 868958785
        },
        {
            "start": 868958787,
            "stop": 868970770
        }
    ]
}