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=91
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=92",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=90",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 91,
    "results": [
        {
            "start": 816617865,
            "stop": 816617866
        },
        {
            "start": 816617870,
            "stop": 816617897
        },
        {
            "start": 816617905,
            "stop": 816617922
        },
        {
            "start": 816617930,
            "stop": 816617968
        },
        {
            "start": 816617975,
            "stop": 816617977
        },
        {
            "start": 816617982,
            "stop": 816617984
        },
        {
            "start": 816617991,
            "stop": 816617992
        },
        {
            "start": 816618002,
            "stop": 816618015
        },
        {
            "start": 816618020,
            "stop": 816618022
        },
        {
            "start": 816618056,
            "stop": 816618058
        },
        {
            "start": 816618067,
            "stop": 816618076
        },
        {
            "start": 816618098,
            "stop": 816618099
        },
        {
            "start": 816618103,
            "stop": 816618117
        },
        {
            "start": 816618140,
            "stop": 816618144
        },
        {
            "start": 816618151,
            "stop": 816618154
        },
        {
            "start": 816618157,
            "stop": 816618170
        },
        {
            "start": 816618176,
            "stop": 816618189
        },
        {
            "start": 816618192,
            "stop": 816618202
        },
        {
            "start": 816618219,
            "stop": 816618220
        },
        {
            "start": 816618227,
            "stop": 816618258
        }
    ]
}