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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=180",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=178",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 179,
    "results": [
        {
            "start": 1176721892,
            "stop": 1176721893
        },
        {
            "start": 1176721895,
            "stop": 1176721962
        },
        {
            "start": 1176721963,
            "stop": 1176721966
        },
        {
            "start": 1176721967,
            "stop": 1176721975
        },
        {
            "start": 1176721983,
            "stop": 1176721991
        },
        {
            "start": 1176722002,
            "stop": 1176722003
        },
        {
            "start": 1176722005,
            "stop": 1176722073
        },
        {
            "start": 1176722074,
            "stop": 1176722076
        },
        {
            "start": 1176722077,
            "stop": 1176722078
        },
        {
            "start": 1176722079,
            "stop": 1176722097
        },
        {
            "start": 1176722098,
            "stop": 1176722100
        },
        {
            "start": 1176722102,
            "stop": 1176722107
        },
        {
            "start": 1176722108,
            "stop": 1176722137
        },
        {
            "start": 1176722139,
            "stop": 1176722154
        },
        {
            "start": 1176722157,
            "stop": 1176722172
        },
        {
            "start": 1176722177,
            "stop": 1176722200
        },
        {
            "start": 1176722201,
            "stop": 1176722219
        },
        {
            "start": 1176722220,
            "stop": 1176722283
        },
        {
            "start": 1176722284,
            "stop": 1176722410
        },
        {
            "start": 1176722411,
            "stop": 1176722412
        }
    ]
}