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=40795
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=40796",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40794",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40795,
    "results": [
        {
            "start": 875006739,
            "stop": 875006753
        },
        {
            "start": 875006754,
            "stop": 875006980
        },
        {
            "start": 875006981,
            "stop": 875006997
        },
        {
            "start": 875006998,
            "stop": 875006999
        },
        {
            "start": 875007000,
            "stop": 875007014
        },
        {
            "start": 875007015,
            "stop": 875007054
        },
        {
            "start": 875007055,
            "stop": 875007084
        },
        {
            "start": 875007085,
            "stop": 875007105
        },
        {
            "start": 875007106,
            "stop": 875007115
        },
        {
            "start": 875007116,
            "stop": 875007121
        },
        {
            "start": 875007122,
            "stop": 875007123
        },
        {
            "start": 875007125,
            "stop": 875007274
        },
        {
            "start": 875007275,
            "stop": 875007289
        },
        {
            "start": 875007290,
            "stop": 875007300
        },
        {
            "start": 875007420,
            "stop": 875007487
        },
        {
            "start": 875007489,
            "stop": 875007557
        },
        {
            "start": 875007558,
            "stop": 875007681
        },
        {
            "start": 875007683,
            "stop": 875007723
        },
        {
            "start": 875007724,
            "stop": 875007745
        },
        {
            "start": 875007746,
            "stop": 875007808
        }
    ]
}