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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8284",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8282",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8283,
    "results": [
        {
            "start": 873983282,
            "stop": 873983332
        },
        {
            "start": 873983351,
            "stop": 873983383
        },
        {
            "start": 873983400,
            "stop": 873983469
        },
        {
            "start": 873983488,
            "stop": 873983535
        },
        {
            "start": 873983554,
            "stop": 873983967
        },
        {
            "start": 873984087,
            "stop": 873984128
        },
        {
            "start": 873984149,
            "stop": 873984151
        },
        {
            "start": 873984173,
            "stop": 873984203
        },
        {
            "start": 873984230,
            "stop": 873984244
        },
        {
            "start": 873984296,
            "stop": 873984478
        },
        {
            "start": 873984496,
            "stop": 873984554
        },
        {
            "start": 873984571,
            "stop": 873984770
        },
        {
            "start": 873984789,
            "stop": 873985661
        },
        {
            "start": 873985680,
            "stop": 873985928
        },
        {
            "start": 873985956,
            "stop": 873986039
        },
        {
            "start": 873986069,
            "stop": 873986094
        },
        {
            "start": 873986111,
            "stop": 873986462
        },
        {
            "start": 873986479,
            "stop": 873986908
        },
        {
            "start": 873986925,
            "stop": 873987516
        },
        {
            "start": 873987536,
            "stop": 873987576
        }
    ]
}