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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=393",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=391",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 392,
    "results": [
        {
            "start": 862701487,
            "stop": 862701605
        },
        {
            "start": 862701609,
            "stop": 862701612
        },
        {
            "start": 862701813,
            "stop": 862701822
        },
        {
            "start": 862701826,
            "stop": 862701832
        },
        {
            "start": 862701836,
            "stop": 862701885
        },
        {
            "start": 862701889,
            "stop": 862702106
        },
        {
            "start": 862702115,
            "stop": 862702130
        },
        {
            "start": 862702139,
            "stop": 862702154
        },
        {
            "start": 862702157,
            "stop": 862702566
        },
        {
            "start": 862702570,
            "stop": 862703349
        },
        {
            "start": 862703352,
            "stop": 862704558
        },
        {
            "start": 862704562,
            "stop": 862704798
        },
        {
            "start": 862704807,
            "stop": 862704832
        },
        {
            "start": 862704836,
            "stop": 862704847
        },
        {
            "start": 862705719,
            "stop": 862705994
        },
        {
            "start": 862705997,
            "stop": 862706123
        },
        {
            "start": 862706127,
            "stop": 862706240
        },
        {
            "start": 862706244,
            "stop": 862706269
        },
        {
            "start": 862706278,
            "stop": 862706298
        },
        {
            "start": 862706302,
            "stop": 862706488
        }
    ]
}