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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40739",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40737",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40738,
    "results": [
        {
            "start": 874967327,
            "stop": 874967344
        },
        {
            "start": 874967346,
            "stop": 874967366
        },
        {
            "start": 874967368,
            "stop": 874967369
        },
        {
            "start": 874967370,
            "stop": 874967388
        },
        {
            "start": 874967389,
            "stop": 874967394
        },
        {
            "start": 874967395,
            "stop": 874967438
        },
        {
            "start": 874967439,
            "stop": 874967451
        },
        {
            "start": 874967453,
            "stop": 874967473
        },
        {
            "start": 874967474,
            "stop": 874967480
        },
        {
            "start": 874967481,
            "stop": 874967516
        },
        {
            "start": 874967517,
            "stop": 874967558
        },
        {
            "start": 874967560,
            "stop": 874967593
        },
        {
            "start": 874967595,
            "stop": 874967601
        },
        {
            "start": 874967603,
            "stop": 874967643
        },
        {
            "start": 874967645,
            "stop": 874967706
        },
        {
            "start": 874967707,
            "stop": 874967729
        },
        {
            "start": 874967730,
            "stop": 874967734
        },
        {
            "start": 874967735,
            "stop": 874967741
        },
        {
            "start": 874967742,
            "stop": 874967750
        },
        {
            "start": 874967752,
            "stop": 874967755
        }
    ]
}