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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4548",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4546",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4547,
    "results": [
        {
            "start": 968721703,
            "stop": 968722059
        },
        {
            "start": 968722545,
            "stop": 968722563
        },
        {
            "start": 968722566,
            "stop": 968722926
        },
        {
            "start": 968722929,
            "stop": 968723349
        },
        {
            "start": 968723352,
            "stop": 968723372
        },
        {
            "start": 968723375,
            "stop": 968723797
        },
        {
            "start": 968723800,
            "stop": 968725136
        },
        {
            "start": 968725139,
            "stop": 968725201
        },
        {
            "start": 968725204,
            "stop": 968725287
        },
        {
            "start": 968725290,
            "stop": 968725849
        },
        {
            "start": 968725852,
            "stop": 968725898
        },
        {
            "start": 968725958,
            "stop": 968726656
        },
        {
            "start": 968727598,
            "stop": 968727604
        },
        {
            "start": 968727607,
            "stop": 968727629
        },
        {
            "start": 968727630,
            "stop": 968727934
        },
        {
            "start": 968727951,
            "stop": 968728432
        },
        {
            "start": 968728435,
            "stop": 968728456
        },
        {
            "start": 968728459,
            "stop": 968729152
        },
        {
            "start": 968729157,
            "stop": 968729792
        },
        {
            "start": 968729809,
            "stop": 968731941
        }
    ]
}