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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7041",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7039",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7040,
    "results": [
        {
            "start": 873866115,
            "stop": 873866595
        },
        {
            "start": 873866596,
            "stop": 873866623
        },
        {
            "start": 873866625,
            "stop": 873867191
        },
        {
            "start": 873867192,
            "stop": 873867683
        },
        {
            "start": 873867684,
            "stop": 873867819
        },
        {
            "start": 873867821,
            "stop": 873867968
        },
        {
            "start": 873867969,
            "stop": 873868101
        },
        {
            "start": 873868102,
            "stop": 873868959
        },
        {
            "start": 873868960,
            "stop": 873868976
        },
        {
            "start": 873868978,
            "stop": 873869290
        },
        {
            "start": 873869291,
            "stop": 873869558
        },
        {
            "start": 873869559,
            "stop": 873869730
        },
        {
            "start": 873869731,
            "stop": 873869799
        },
        {
            "start": 873869800,
            "stop": 873870350
        },
        {
            "start": 873870351,
            "stop": 873870459
        },
        {
            "start": 873870461,
            "stop": 873870508
        },
        {
            "start": 873870509,
            "stop": 873870959
        },
        {
            "start": 873870961,
            "stop": 873871345
        },
        {
            "start": 873871346,
            "stop": 873871453
        },
        {
            "start": 873871454,
            "stop": 873872068
        }
    ]
}