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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT3/segments?format=api&page=27",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT3/segments?format=api&page=25",
    "results_count": 792,
    "results_per_page": 20,
    "num_pages": 40,
    "page_number": 26,
    "results": [
        {
            "start": 1132797099,
            "stop": 1132815077
        },
        {
            "start": 1132815080,
            "stop": 1132860676
        },
        {
            "start": 1132872953,
            "stop": 1132877197
        },
        {
            "start": 1132877199,
            "stop": 1132892266
        },
        {
            "start": 1132892268,
            "stop": 1132897618
        },
        {
            "start": 1132897620,
            "stop": 1132901682
        },
        {
            "start": 1132901684,
            "stop": 1132912453
        },
        {
            "start": 1132916209,
            "stop": 1132920656
        },
        {
            "start": 1132921196,
            "stop": 1132931941
        },
        {
            "start": 1132931943,
            "stop": 1132932414
        },
        {
            "start": 1132932416,
            "stop": 1132963892
        },
        {
            "start": 1132963894,
            "stop": 1132997376
        },
        {
            "start": 1132997396,
            "stop": 1132998561
        },
        {
            "start": 1132999362,
            "stop": 1133001559
        },
        {
            "start": 1133001834,
            "stop": 1133008156
        },
        {
            "start": 1133009482,
            "stop": 1133014147
        },
        {
            "start": 1133051701,
            "stop": 1133059829
        },
        {
            "start": 1133059831,
            "stop": 1133093667
        },
        {
            "start": 1133093669,
            "stop": 1133093672
        },
        {
            "start": 1133104594,
            "stop": 1133111053
        }
    ]
}