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=90
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=91",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=89",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 90,
    "results": [
        {
            "start": 818066420,
            "stop": 818066421
        },
        {
            "start": 818066441,
            "stop": 818066450
        },
        {
            "start": 818066458,
            "stop": 818066486
        },
        {
            "start": 818066511,
            "stop": 818066513
        },
        {
            "start": 818066533,
            "stop": 818066551
        },
        {
            "start": 818066567,
            "stop": 818066588
        },
        {
            "start": 818066596,
            "stop": 818066602
        },
        {
            "start": 818066635,
            "stop": 818066656
        },
        {
            "start": 818066665,
            "stop": 818066673
        },
        {
            "start": 818066681,
            "stop": 818066682
        },
        {
            "start": 818066690,
            "stop": 818066692
        },
        {
            "start": 818066703,
            "stop": 818066706
        },
        {
            "start": 818066757,
            "stop": 818066767
        },
        {
            "start": 818066775,
            "stop": 818066776
        },
        {
            "start": 818066789,
            "stop": 818066796
        },
        {
            "start": 818066819,
            "stop": 818066839
        },
        {
            "start": 818066847,
            "stop": 818066855
        },
        {
            "start": 818066863,
            "stop": 818066868
        },
        {
            "start": 818066876,
            "stop": 818066877
        },
        {
            "start": 818066910,
            "stop": 818066929
        }
    ]
}