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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4623",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4621",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4622,
    "results": [
        {
            "start": 969366934,
            "stop": 969366935
        },
        {
            "start": 969366938,
            "stop": 969367022
        },
        {
            "start": 969367027,
            "stop": 969367076
        },
        {
            "start": 969367079,
            "stop": 969367118
        },
        {
            "start": 969367418,
            "stop": 969367993
        },
        {
            "start": 969367996,
            "stop": 969368063
        },
        {
            "start": 969368066,
            "stop": 969368378
        },
        {
            "start": 969368678,
            "stop": 969368738
        },
        {
            "start": 969368918,
            "stop": 969368963
        },
        {
            "start": 969368966,
            "stop": 969368978
        },
        {
            "start": 969369158,
            "stop": 969369218
        },
        {
            "start": 969369278,
            "stop": 969369338
        },
        {
            "start": 969370598,
            "stop": 969370658
        },
        {
            "start": 969371798,
            "stop": 969371858
        },
        {
            "start": 969372578,
            "stop": 969372638
        },
        {
            "start": 969373478,
            "stop": 969373538
        },
        {
            "start": 969373898,
            "stop": 969374015
        },
        {
            "start": 969374018,
            "stop": 969374138
        },
        {
            "start": 969374198,
            "stop": 969374251
        },
        {
            "start": 969374254,
            "stop": 969374364
        }
    ]
}