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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=165",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=163",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 164,
    "results": [
        {
            "start": 819194336,
            "stop": 819194929
        },
        {
            "start": 819194932,
            "stop": 819195008
        },
        {
            "start": 819195011,
            "stop": 819195030
        },
        {
            "start": 819195034,
            "stop": 819195666
        },
        {
            "start": 819195670,
            "stop": 819195727
        },
        {
            "start": 819195730,
            "stop": 819196905
        },
        {
            "start": 819196909,
            "stop": 819198752
        },
        {
            "start": 819198784,
            "stop": 819200056
        },
        {
            "start": 819200059,
            "stop": 819201588
        },
        {
            "start": 819202297,
            "stop": 819202344
        },
        {
            "start": 819202361,
            "stop": 819202511
        },
        {
            "start": 819202514,
            "stop": 819203202
        },
        {
            "start": 819203205,
            "stop": 819203716
        },
        {
            "start": 819204778,
            "stop": 819206107
        },
        {
            "start": 819206110,
            "stop": 819206912
        },
        {
            "start": 819206944,
            "stop": 819207075
        },
        {
            "start": 819207092,
            "stop": 819210924
        },
        {
            "start": 819212032,
            "stop": 819212875
        },
        {
            "start": 819212878,
            "stop": 819214686
        },
        {
            "start": 819214689,
            "stop": 819215542
        }
    ]
}