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=97
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=98",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=96",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 97,
    "results": [
        {
            "start": 816656770,
            "stop": 816656771
        },
        {
            "start": 816656776,
            "stop": 816656839
        },
        {
            "start": 816656844,
            "stop": 816656885
        },
        {
            "start": 816656889,
            "stop": 816656904
        },
        {
            "start": 816656907,
            "stop": 816656941
        },
        {
            "start": 816656946,
            "stop": 816656952
        },
        {
            "start": 816656964,
            "stop": 816657123
        },
        {
            "start": 816657126,
            "stop": 816657130
        },
        {
            "start": 816657175,
            "stop": 816657219
        },
        {
            "start": 816657222,
            "stop": 816657245
        },
        {
            "start": 816657248,
            "stop": 816657251
        },
        {
            "start": 816657255,
            "stop": 816657313
        },
        {
            "start": 816657321,
            "stop": 816657341
        },
        {
            "start": 816657347,
            "stop": 816657362
        },
        {
            "start": 816657365,
            "stop": 816657393
        },
        {
            "start": 816657399,
            "stop": 816657401
        },
        {
            "start": 816657406,
            "stop": 816657440
        },
        {
            "start": 816657443,
            "stop": 816657679
        },
        {
            "start": 816657682,
            "stop": 816657772
        },
        {
            "start": 816657776,
            "stop": 816658026
        }
    ]
}