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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW/segments?format=api&page=3",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW/segments?format=api",
    "results_count": 280,
    "results_per_page": 20,
    "num_pages": 14,
    "page_number": 2,
    "results": [
        {
            "start": 817327004,
            "stop": 817430464
        },
        {
            "start": 817431044,
            "stop": 817437664
        },
        {
            "start": 817440404,
            "stop": 817444864
        },
        {
            "start": 817448804,
            "stop": 817455664
        },
        {
            "start": 817457444,
            "stop": 817617664
        },
        {
            "start": 817618544,
            "stop": 817689664
        },
        {
            "start": 817853518,
            "stop": 817916464
        },
        {
            "start": 817920284,
            "stop": 817921164
        },
        {
            "start": 817921317,
            "stop": 817923664
        },
        {
            "start": 817926044,
            "stop": 817927511
        },
        {
            "start": 819151875,
            "stop": 819205864
        },
        {
            "start": 819240118,
            "stop": 819336050
        },
        {
            "start": 819336116,
            "stop": 819612199
        },
        {
            "start": 819612718,
            "stop": 819684064
        },
        {
            "start": 819687404,
            "stop": 819828064
        },
        {
            "start": 819828884,
            "stop": 820108864
        },
        {
            "start": 820109519,
            "stop": 820350064
        },
        {
            "start": 820351484,
            "stop": 820451833
        },
        {
            "start": 821666999,
            "stop": 821707264
        },
        {
            "start": 821756684,
            "stop": 821933824
        }
    ]
}