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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=15",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=13",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 14,
    "results": [
        {
            "start": 817302962,
            "stop": 817312573
        },
        {
            "start": 817314125,
            "stop": 817314486
        },
        {
            "start": 817334047,
            "stop": 817334233
        },
        {
            "start": 817335553,
            "stop": 817340713
        },
        {
            "start": 817343130,
            "stop": 817347002
        },
        {
            "start": 817348937,
            "stop": 817351025
        },
        {
            "start": 817352166,
            "stop": 817353361
        },
        {
            "start": 817353587,
            "stop": 817362433
        },
        {
            "start": 817363929,
            "stop": 817374784
        },
        {
            "start": 817374816,
            "stop": 817397856
        },
        {
            "start": 817397888,
            "stop": 817398364
        },
        {
            "start": 817404620,
            "stop": 817404970
        },
        {
            "start": 817405819,
            "stop": 817408088
        },
        {
            "start": 817408137,
            "stop": 817408832
        },
        {
            "start": 817408864,
            "stop": 817412738
        },
        {
            "start": 817414689,
            "stop": 817417664
        },
        {
            "start": 817417918,
            "stop": 817417958
        },
        {
            "start": 817418071,
            "stop": 817418368
        },
        {
            "start": 817418400,
            "stop": 817418496
        },
        {
            "start": 817418528,
            "stop": 817419801
        }
    ]
}