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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=52",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=50",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 51,
    "results": [
        {
            "start": 816985248,
            "stop": 816986065
        },
        {
            "start": 816986094,
            "stop": 816988690
        },
        {
            "start": 816988719,
            "stop": 816989675
        },
        {
            "start": 816989720,
            "stop": 816989954
        },
        {
            "start": 816989961,
            "stop": 816990951
        },
        {
            "start": 816990958,
            "stop": 816991001
        },
        {
            "start": 816991015,
            "stop": 816992064
        },
        {
            "start": 816992077,
            "stop": 816993092
        },
        {
            "start": 816993102,
            "stop": 816995130
        },
        {
            "start": 816995550,
            "stop": 816998991
        },
        {
            "start": 816999003,
            "stop": 817003034
        },
        {
            "start": 817003066,
            "stop": 817004796
        },
        {
            "start": 817005314,
            "stop": 817010828
        },
        {
            "start": 817010925,
            "stop": 817013479
        },
        {
            "start": 817013492,
            "stop": 817014066
        },
        {
            "start": 817014129,
            "stop": 817014243
        },
        {
            "start": 817014251,
            "stop": 817017058
        },
        {
            "start": 817017071,
            "stop": 817017263
        },
        {
            "start": 817017330,
            "stop": 817021079
        },
        {
            "start": 817021088,
            "stop": 817021462
        }
    ]
}