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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=61",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=59",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 60,
    "results": [
        {
            "start": 819277812,
            "stop": 819277932
        },
        {
            "start": 819278310,
            "stop": 819278430
        },
        {
            "start": 819279806,
            "stop": 819279866
        },
        {
            "start": 819280125,
            "stop": 819280365
        },
        {
            "start": 819280994,
            "stop": 819281174
        },
        {
            "start": 819281351,
            "stop": 819281591
        },
        {
            "start": 819281867,
            "stop": 819282527
        },
        {
            "start": 819282705,
            "stop": 819282765
        },
        {
            "start": 819283376,
            "stop": 819283496
        },
        {
            "start": 819283670,
            "stop": 819283790
        },
        {
            "start": 819284188,
            "stop": 819284248
        },
        {
            "start": 819284575,
            "stop": 819285655
        },
        {
            "start": 819285990,
            "stop": 819286770
        },
        {
            "start": 819286968,
            "stop": 819287088
        },
        {
            "start": 819287250,
            "stop": 819287460
        },
        {
            "start": 819287490,
            "stop": 819287610
        },
        {
            "start": 819287762,
            "stop": 819287942
        },
        {
            "start": 819288104,
            "stop": 819288284
        },
        {
            "start": 819288435,
            "stop": 819289635
        },
        {
            "start": 819289773,
            "stop": 819290493
        }
    ]
}