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=8212
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=8213",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8211",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8212,
    "results": [
        {
            "start": 873545017,
            "stop": 873545410
        },
        {
            "start": 873545427,
            "stop": 873546082
        },
        {
            "start": 873546361,
            "stop": 873546392
        },
        {
            "start": 873546411,
            "stop": 873546482
        },
        {
            "start": 873546501,
            "stop": 873546515
        },
        {
            "start": 873546532,
            "stop": 873546988
        },
        {
            "start": 873547005,
            "stop": 873547035
        },
        {
            "start": 873547052,
            "stop": 873547096
        },
        {
            "start": 873547115,
            "stop": 873547120
        },
        {
            "start": 873547177,
            "stop": 873547203
        },
        {
            "start": 873547248,
            "stop": 873547279
        },
        {
            "start": 873550284,
            "stop": 873551064
        },
        {
            "start": 873551089,
            "stop": 873551164
        },
        {
            "start": 873551184,
            "stop": 873551510
        },
        {
            "start": 873552631,
            "stop": 873552672
        },
        {
            "start": 873552701,
            "stop": 873552789
        },
        {
            "start": 873552808,
            "stop": 873552885
        },
        {
            "start": 873552904,
            "stop": 873553089
        },
        {
            "start": 873553128,
            "stop": 873553239
        },
        {
            "start": 873553258,
            "stop": 873553260
        }
    ]
}