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=179
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=180",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=178",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 179,
    "results": [
        {
            "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
        },
        {
            "start": 817444890,
            "stop": 817444995
        },
        {
            "start": 817445021,
            "stop": 817445084
        },
        {
            "start": 817445119,
            "stop": 817447218
        },
        {
            "start": 817447235,
            "stop": 817447351
        },
        {
            "start": 817447371,
            "stop": 817447496
        },
        {
            "start": 817451182,
            "stop": 817451221
        },
        {
            "start": 817451267,
            "stop": 817451321
        },
        {
            "start": 817451341,
            "stop": 817451355
        },
        {
            "start": 817451382,
            "stop": 817451651
        },
        {
            "start": 817451696,
            "stop": 817451725
        }
    ]
}