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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9872",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9870",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9871,
    "results": [
        {
            "start": 870592072,
            "stop": 870593124
        },
        {
            "start": 870597879,
            "stop": 870605058
        },
        {
            "start": 870605075,
            "stop": 870609343
        },
        {
            "start": 870610775,
            "stop": 870611739
        },
        {
            "start": 870611756,
            "stop": 870612007
        },
        {
            "start": 870612024,
            "stop": 870612041
        },
        {
            "start": 870612075,
            "stop": 870612329
        },
        {
            "start": 870612364,
            "stop": 870612970
        },
        {
            "start": 870613257,
            "stop": 870614291
        },
        {
            "start": 870614398,
            "stop": 870615782
        },
        {
            "start": 870617495,
            "stop": 870617532
        },
        {
            "start": 870617568,
            "stop": 870617585
        },
        {
            "start": 870617619,
            "stop": 870617641
        },
        {
            "start": 870617675,
            "stop": 870618388
        },
        {
            "start": 870618448,
            "stop": 870618841
        },
        {
            "start": 870618875,
            "stop": 870619719
        },
        {
            "start": 870619753,
            "stop": 870619878
        },
        {
            "start": 870619997,
            "stop": 870620087
        },
        {
            "start": 870620179,
            "stop": 870620303
        },
        {
            "start": 870620438,
            "stop": 870621075
        }
    ]
}