Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=10",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=8",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9,
    "results": [
        {
            "start": 816094949,
            "stop": 816095037
        },
        {
            "start": 816095042,
            "stop": 816095224
        },
        {
            "start": 816095227,
            "stop": 816095578
        },
        {
            "start": 816095581,
            "stop": 816095607
        },
        {
            "start": 816095610,
            "stop": 816095780
        },
        {
            "start": 816095783,
            "stop": 816095827
        },
        {
            "start": 816095830,
            "stop": 816095928
        },
        {
            "start": 816095931,
            "stop": 816095965
        },
        {
            "start": 816095971,
            "stop": 816095986
        },
        {
            "start": 816096008,
            "stop": 816096013
        },
        {
            "start": 816096035,
            "stop": 816096036
        },
        {
            "start": 816096039,
            "stop": 816096133
        },
        {
            "start": 816096138,
            "stop": 816096167
        },
        {
            "start": 816097026,
            "stop": 816097052
        },
        {
            "start": 816097057,
            "stop": 816097060
        },
        {
            "start": 816097067,
            "stop": 816097070
        },
        {
            "start": 816097074,
            "stop": 816097142
        },
        {
            "start": 816097148,
            "stop": 816097160
        },
        {
            "start": 816097165,
            "stop": 816097192
        },
        {
            "start": 816097196,
            "stop": 816097270
        }
    ]
}