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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4910",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4908",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4909,
    "results": [
        {
            "start": 874280256,
            "stop": 874280260
        },
        {
            "start": 874280316,
            "stop": 874280335
        },
        {
            "start": 874280385,
            "stop": 874280439
        },
        {
            "start": 874280458,
            "stop": 874280605
        },
        {
            "start": 874280624,
            "stop": 874280660
        },
        {
            "start": 874280699,
            "stop": 874280781
        },
        {
            "start": 874280804,
            "stop": 874280813
        },
        {
            "start": 874280832,
            "stop": 874280857
        },
        {
            "start": 874280879,
            "stop": 874280881
        },
        {
            "start": 874280900,
            "stop": 874280907
        },
        {
            "start": 874280926,
            "stop": 874280927
        },
        {
            "start": 874280946,
            "stop": 874280953
        },
        {
            "start": 874281003,
            "stop": 874281082
        },
        {
            "start": 874281101,
            "stop": 874281123
        },
        {
            "start": 874281152,
            "stop": 874281196
        },
        {
            "start": 874281215,
            "stop": 874281328
        },
        {
            "start": 874281392,
            "stop": 874281406
        },
        {
            "start": 874281482,
            "stop": 874281510
        },
        {
            "start": 874281734,
            "stop": 874281748
        },
        {
            "start": 874281771,
            "stop": 874281783
        }
    ]
}