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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=185",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=183",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 184,
    "results": [
        {
            "start": 817431738,
            "stop": 817434290
        },
        {
            "start": 817434545,
            "stop": 817436333
        },
        {
            "start": 817436377,
            "stop": 817437285
        },
        {
            "start": 817437308,
            "stop": 817439928
        },
        {
            "start": 817439946,
            "stop": 817441809
        },
        {
            "start": 817441828,
            "stop": 817443176
        },
        {
            "start": 817443203,
            "stop": 817443227
        },
        {
            "start": 817443244,
            "stop": 817443611
        },
        {
            "start": 817443642,
            "stop": 817443667
        },
        {
            "start": 817443712,
            "stop": 817443878
        },
        {
            "start": 817443895,
            "stop": 817444253
        },
        {
            "start": 817444270,
            "stop": 817444385
        },
        {
            "start": 817444406,
            "stop": 817444448
        },
        {
            "start": 817444465,
            "stop": 817444514
        },
        {
            "start": 817444531,
            "stop": 817444553
        },
        {
            "start": 817444570,
            "stop": 817444572
        },
        {
            "start": 817444589,
            "stop": 817444678
        },
        {
            "start": 817444695,
            "stop": 817444708
        },
        {
            "start": 817444725,
            "stop": 817444745
        },
        {
            "start": 817444762,
            "stop": 817444871
        }
    ]
}