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=120
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=121",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=119",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 120,
    "results": [
        {
            "start": 931340832,
            "stop": 931340835
        },
        {
            "start": 931340838,
            "stop": 931340839
        },
        {
            "start": 931340855,
            "stop": 931340863
        },
        {
            "start": 931340865,
            "stop": 931340867
        },
        {
            "start": 931340875,
            "stop": 931340876
        },
        {
            "start": 931340888,
            "stop": 931340889
        },
        {
            "start": 931340891,
            "stop": 931340893
        },
        {
            "start": 931340908,
            "stop": 931340909
        },
        {
            "start": 931340911,
            "stop": 931340912
        },
        {
            "start": 931340917,
            "stop": 931340919
        },
        {
            "start": 931340928,
            "stop": 931340929
        },
        {
            "start": 931340931,
            "stop": 931340933
        },
        {
            "start": 931340935,
            "stop": 931340939
        },
        {
            "start": 931340941,
            "stop": 931340942
        },
        {
            "start": 931340944,
            "stop": 931340945
        },
        {
            "start": 931340952,
            "stop": 931340957
        },
        {
            "start": 931340959,
            "stop": 931340960
        },
        {
            "start": 931340962,
            "stop": 931340967
        },
        {
            "start": 931340970,
            "stop": 931340971
        },
        {
            "start": 931340973,
            "stop": 931340977
        }
    ]
}