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=40852
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=40853",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40851",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40852,
    "results": [
        {
            "start": 875048285,
            "stop": 875048294
        },
        {
            "start": 875048295,
            "stop": 875048299
        },
        {
            "start": 875048300,
            "stop": 875048312
        },
        {
            "start": 875048313,
            "stop": 875048316
        },
        {
            "start": 875048318,
            "stop": 875048328
        },
        {
            "start": 875048330,
            "stop": 875048336
        },
        {
            "start": 875048337,
            "stop": 875048357
        },
        {
            "start": 875048359,
            "stop": 875048370
        },
        {
            "start": 875048371,
            "stop": 875048374
        },
        {
            "start": 875048375,
            "stop": 875048378
        },
        {
            "start": 875048380,
            "stop": 875048381
        },
        {
            "start": 875048382,
            "stop": 875048387
        },
        {
            "start": 875048388,
            "stop": 875048403
        },
        {
            "start": 875048408,
            "stop": 875048414
        },
        {
            "start": 875048416,
            "stop": 875048422
        },
        {
            "start": 875048423,
            "stop": 875048427
        },
        {
            "start": 875048428,
            "stop": 875048432
        },
        {
            "start": 875048433,
            "stop": 875048434
        },
        {
            "start": 875048435,
            "stop": 875048439
        },
        {
            "start": 875048441,
            "stop": 875048447
        }
    ]
}