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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=755",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=753",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 754,
    "results": [
        {
            "start": 856156210,
            "stop": 856160020
        },
        {
            "start": 856160192,
            "stop": 856163492
        },
        {
            "start": 856166686,
            "stop": 856169866
        },
        {
            "start": 856170088,
            "stop": 856173988
        },
        {
            "start": 856174290,
            "stop": 856184490
        },
        {
            "start": 856184632,
            "stop": 856186192
        },
        {
            "start": 856186322,
            "stop": 856186682
        },
        {
            "start": 856186880,
            "stop": 856187480
        },
        {
            "start": 856188761,
            "stop": 856190081
        },
        {
            "start": 856190964,
            "stop": 856191984
        },
        {
            "start": 856192149,
            "stop": 856192419
        },
        {
            "start": 856192449,
            "stop": 856193469
        },
        {
            "start": 856193641,
            "stop": 856194181
        },
        {
            "start": 856194407,
            "stop": 856195667
        },
        {
            "start": 856198031,
            "stop": 856198091
        },
        {
            "start": 856198260,
            "stop": 856198740
        },
        {
            "start": 856198921,
            "stop": 856199401
        },
        {
            "start": 856200363,
            "stop": 856200783
        },
        {
            "start": 856200933,
            "stop": 856201683
        },
        {
            "start": 856207287,
            "stop": 856208427
        }
    ]
}