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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=211",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=209",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 210,
    "results": [
        {
            "start": 848318015,
            "stop": 848318020
        },
        {
            "start": 848318433,
            "stop": 848318970
        },
        {
            "start": 848319030,
            "stop": 848319594
        },
        {
            "start": 848319925,
            "stop": 848319973
        },
        {
            "start": 848322255,
            "stop": 848322752
        },
        {
            "start": 848323052,
            "stop": 848323260
        },
        {
            "start": 848323560,
            "stop": 848323678
        },
        {
            "start": 848323978,
            "stop": 848324845
        },
        {
            "start": 848325145,
            "stop": 848325461
        },
        {
            "start": 848326949,
            "stop": 848327029
        },
        {
            "start": 848327051,
            "stop": 848330303
        },
        {
            "start": 848331636,
            "stop": 848335333
        },
        {
            "start": 848335633,
            "stop": 848340304
        },
        {
            "start": 848340419,
            "stop": 848346943
        },
        {
            "start": 848346960,
            "stop": 848347012
        },
        {
            "start": 848347030,
            "stop": 848347126
        },
        {
            "start": 848347160,
            "stop": 848347185
        },
        {
            "start": 848347204,
            "stop": 848347233
        },
        {
            "start": 848347250,
            "stop": 848347252
        },
        {
            "start": 848347269,
            "stop": 848347302
        }
    ]
}