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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5098",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5096",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5097,
    "results": [
        {
            "start": 1135875981,
            "stop": 1135875984
        },
        {
            "start": 1135875986,
            "stop": 1135876081
        },
        {
            "start": 1135876083,
            "stop": 1135876135
        },
        {
            "start": 1135876137,
            "stop": 1135876218
        },
        {
            "start": 1135876220,
            "stop": 1135876432
        },
        {
            "start": 1135876434,
            "stop": 1135876837
        },
        {
            "start": 1135876839,
            "stop": 1135876900
        },
        {
            "start": 1135876908,
            "stop": 1135877050
        },
        {
            "start": 1135877052,
            "stop": 1135877063
        },
        {
            "start": 1135877065,
            "stop": 1135877081
        },
        {
            "start": 1135877083,
            "stop": 1135877129
        },
        {
            "start": 1135877131,
            "stop": 1135877135
        },
        {
            "start": 1135877137,
            "stop": 1135877167
        },
        {
            "start": 1135877169,
            "stop": 1135877170
        },
        {
            "start": 1135877172,
            "stop": 1135877175
        },
        {
            "start": 1135877177,
            "stop": 1135877199
        },
        {
            "start": 1135877201,
            "stop": 1135877207
        },
        {
            "start": 1135877209,
            "stop": 1135877263
        },
        {
            "start": 1135877265,
            "stop": 1135877273
        },
        {
            "start": 1135877275,
            "stop": 1135877298
        }
    ]
}