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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=119",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=117",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 118,
    "results": [
        {
            "start": 931340469,
            "stop": 931340471
        },
        {
            "start": 931340474,
            "stop": 931340475
        },
        {
            "start": 931340477,
            "stop": 931340478
        },
        {
            "start": 931340484,
            "stop": 931340488
        },
        {
            "start": 931340491,
            "stop": 931340493
        },
        {
            "start": 931340524,
            "stop": 931340525
        },
        {
            "start": 931340532,
            "stop": 931340533
        },
        {
            "start": 931340535,
            "stop": 931340537
        },
        {
            "start": 931340541,
            "stop": 931340542
        },
        {
            "start": 931340560,
            "stop": 931340564
        },
        {
            "start": 931340566,
            "stop": 931340568
        },
        {
            "start": 931340607,
            "stop": 931340610
        },
        {
            "start": 931340614,
            "stop": 931340615
        },
        {
            "start": 931340623,
            "stop": 931340626
        },
        {
            "start": 931340629,
            "stop": 931340631
        },
        {
            "start": 931340634,
            "stop": 931340635
        },
        {
            "start": 931340637,
            "stop": 931340638
        },
        {
            "start": 931340647,
            "stop": 931340649
        },
        {
            "start": 931340656,
            "stop": 931340657
        },
        {
            "start": 931340676,
            "stop": 931340678
        }
    ]
}