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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_CW_CAT1/segments?format=api&page=36",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_CW_CAT1/segments?format=api&page=34",
    "results_count": 1162,
    "results_per_page": 20,
    "num_pages": 59,
    "page_number": 35,
    "results": [
        {
            "start": 1405682615,
            "stop": 1405682655
        },
        {
            "start": 1405682775,
            "stop": 1405682895
        },
        {
            "start": 1405683271,
            "stop": 1405683583
        },
        {
            "start": 1405684036,
            "stop": 1405684360
        },
        {
            "start": 1405684720,
            "stop": 1405684744
        },
        {
            "start": 1405685331,
            "stop": 1405686039
        },
        {
            "start": 1405687311,
            "stop": 1405688167
        },
        {
            "start": 1405688543,
            "stop": 1405688599
        },
        {
            "start": 1405688719,
            "stop": 1405688727
        },
        {
            "start": 1405690783,
            "stop": 1405690839
        },
        {
            "start": 1405691023,
            "stop": 1405691527
        },
        {
            "start": 1405691727,
            "stop": 1405691799
        },
        {
            "start": 1405692495,
            "stop": 1405692551
        },
        {
            "start": 1405692911,
            "stop": 1405692983
        },
        {
            "start": 1405693311,
            "stop": 1405693527
        },
        {
            "start": 1405693647,
            "stop": 1405694728
        },
        {
            "start": 1405708925,
            "stop": 1405708945
        },
        {
            "start": 1405729298,
            "stop": 1405729625
        },
        {
            "start": 1405730096,
            "stop": 1405733076
        },
        {
            "start": 1405733212,
            "stop": 1405734084
        }
    ]
}