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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46763",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46761",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46762,
    "results": [
        {
            "start": 875088947,
            "stop": 875088964
        },
        {
            "start": 875088967,
            "stop": 875088985
        },
        {
            "start": 875088986,
            "stop": 875089001
        },
        {
            "start": 875089002,
            "stop": 875089003
        },
        {
            "start": 875089005,
            "stop": 875089022
        },
        {
            "start": 875089024,
            "stop": 875089055
        },
        {
            "start": 875089056,
            "stop": 875089093
        },
        {
            "start": 875089094,
            "stop": 875089108
        },
        {
            "start": 875089109,
            "stop": 875089129
        },
        {
            "start": 875089130,
            "stop": 875089155
        },
        {
            "start": 875089156,
            "stop": 875089193
        },
        {
            "start": 875089195,
            "stop": 875089235
        },
        {
            "start": 875089237,
            "stop": 875089245
        },
        {
            "start": 875089246,
            "stop": 875089263
        },
        {
            "start": 875089266,
            "stop": 875089278
        },
        {
            "start": 875089279,
            "stop": 875089320
        },
        {
            "start": 875089322,
            "stop": 875089325
        },
        {
            "start": 875089326,
            "stop": 875089361
        },
        {
            "start": 875089364,
            "stop": 875089373
        },
        {
            "start": 875089375,
            "stop": 875089425
        }
    ]
}