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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=770",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=768",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 769,
    "results": [
        {
            "start": 957337842,
            "stop": 957337959
        },
        {
            "start": 957337965,
            "stop": 957338062
        },
        {
            "start": 957338067,
            "stop": 957338474
        },
        {
            "start": 957338480,
            "stop": 957339099
        },
        {
            "start": 957339105,
            "stop": 957339209
        },
        {
            "start": 957339218,
            "stop": 957339242
        },
        {
            "start": 957339248,
            "stop": 957339308
        },
        {
            "start": 957339314,
            "stop": 957339455
        },
        {
            "start": 957339461,
            "stop": 957339490
        },
        {
            "start": 957339496,
            "stop": 957339529
        },
        {
            "start": 957339535,
            "stop": 957339540
        },
        {
            "start": 957339546,
            "stop": 957339818
        },
        {
            "start": 957339824,
            "stop": 957339996
        },
        {
            "start": 957340002,
            "stop": 957340432
        },
        {
            "start": 957340438,
            "stop": 957340527
        },
        {
            "start": 957340533,
            "stop": 957340571
        },
        {
            "start": 957340577,
            "stop": 957340653
        },
        {
            "start": 957340659,
            "stop": 957340740
        },
        {
            "start": 957340746,
            "stop": 957340936
        },
        {
            "start": 957340942,
            "stop": 957340945
        }
    ]
}