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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2219",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2217",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2218,
    "results": [
        {
            "start": 872915788,
            "stop": 872915867
        },
        {
            "start": 872915949,
            "stop": 872915959
        },
        {
            "start": 872915999,
            "stop": 872916034
        },
        {
            "start": 872916053,
            "stop": 872916113
        },
        {
            "start": 872916135,
            "stop": 872916185
        },
        {
            "start": 872916228,
            "stop": 872916236
        },
        {
            "start": 872916255,
            "stop": 872916786
        },
        {
            "start": 872916815,
            "stop": 872916909
        },
        {
            "start": 872916928,
            "stop": 872916974
        },
        {
            "start": 872917018,
            "stop": 872917028
        },
        {
            "start": 872917047,
            "stop": 872917069
        },
        {
            "start": 872917090,
            "stop": 872917181
        },
        {
            "start": 872917200,
            "stop": 872917215
        },
        {
            "start": 872917234,
            "stop": 872917295
        },
        {
            "start": 872917318,
            "stop": 872917443
        },
        {
            "start": 872917462,
            "stop": 872917681
        },
        {
            "start": 872917705,
            "stop": 872917721
        },
        {
            "start": 872917750,
            "stop": 872917898
        },
        {
            "start": 872917918,
            "stop": 872918131
        },
        {
            "start": 872918151,
            "stop": 872918475
        }
    ]
}