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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=72",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=70",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 71,
    "results": [
        {
            "start": 817421986,
            "stop": 817422083
        },
        {
            "start": 817422086,
            "stop": 817422087
        },
        {
            "start": 817422090,
            "stop": 817422313
        },
        {
            "start": 817422316,
            "stop": 817422770
        },
        {
            "start": 817422773,
            "stop": 817423069
        },
        {
            "start": 817423072,
            "stop": 817423924
        },
        {
            "start": 817423934,
            "stop": 817423947
        },
        {
            "start": 817423954,
            "stop": 817423977
        },
        {
            "start": 817423980,
            "stop": 817424061
        },
        {
            "start": 817424064,
            "stop": 817424101
        },
        {
            "start": 817424106,
            "stop": 817425217
        },
        {
            "start": 817425220,
            "stop": 817425718
        },
        {
            "start": 817425721,
            "stop": 817425778
        },
        {
            "start": 817425782,
            "stop": 817425814
        },
        {
            "start": 817425817,
            "stop": 817425836
        },
        {
            "start": 817425840,
            "stop": 817425841
        },
        {
            "start": 817425844,
            "stop": 817426212
        },
        {
            "start": 817426216,
            "stop": 817426239
        },
        {
            "start": 817426242,
            "stop": 817426251
        },
        {
            "start": 817426262,
            "stop": 817426298
        }
    ]
}