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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2279",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2277",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2278,
    "results": [
        {
            "start": 873731903,
            "stop": 873731913
        },
        {
            "start": 873731998,
            "stop": 873732006
        },
        {
            "start": 873732023,
            "stop": 873732881
        },
        {
            "start": 873732886,
            "stop": 873733299
        },
        {
            "start": 873733305,
            "stop": 873736193
        },
        {
            "start": 873736210,
            "stop": 873738978
        },
        {
            "start": 873738997,
            "stop": 873739540
        },
        {
            "start": 873739577,
            "stop": 873739594
        },
        {
            "start": 873739613,
            "stop": 873740559
        },
        {
            "start": 873740578,
            "stop": 873740954
        },
        {
            "start": 873740978,
            "stop": 873741085
        },
        {
            "start": 873741104,
            "stop": 873741408
        },
        {
            "start": 873741427,
            "stop": 873741446
        },
        {
            "start": 873741465,
            "stop": 873741816
        },
        {
            "start": 873741835,
            "stop": 873743403
        },
        {
            "start": 873743422,
            "stop": 873743622
        },
        {
            "start": 873743641,
            "stop": 873743659
        },
        {
            "start": 873743695,
            "stop": 873743720
        },
        {
            "start": 873743739,
            "stop": 873743925
        },
        {
            "start": 873743944,
            "stop": 873744064
        }
    ]
}