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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=130",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=128",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 129,
    "results": [
        {
            "start": 931706577,
            "stop": 931706580
        },
        {
            "start": 931706591,
            "stop": 931706600
        },
        {
            "start": 931706607,
            "stop": 931706612
        },
        {
            "start": 931712153,
            "stop": 931712156
        },
        {
            "start": 931712162,
            "stop": 931712167
        },
        {
            "start": 931712173,
            "stop": 931712178
        },
        {
            "start": 931712184,
            "stop": 931712185
        },
        {
            "start": 931712190,
            "stop": 931712216
        },
        {
            "start": 931712222,
            "stop": 931712233
        },
        {
            "start": 931712238,
            "stop": 931712239
        },
        {
            "start": 931712245,
            "stop": 931712246
        },
        {
            "start": 931712252,
            "stop": 931712268
        },
        {
            "start": 931712279,
            "stop": 931712398
        },
        {
            "start": 931712404,
            "stop": 931712409
        },
        {
            "start": 931712421,
            "stop": 931712469
        },
        {
            "start": 931712474,
            "stop": 931712479
        },
        {
            "start": 931712485,
            "stop": 931712497
        },
        {
            "start": 931712503,
            "stop": 931712514
        },
        {
            "start": 931712522,
            "stop": 931712562
        },
        {
            "start": 931712588,
            "stop": 931712592
        }
    ]
}