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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=65",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=63",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 64,
    "results": [
        {
            "start": 1129800906,
            "stop": 1129800917
        },
        {
            "start": 1129876722,
            "stop": 1129880398
        },
        {
            "start": 1129880401,
            "stop": 1129881686
        },
        {
            "start": 1129881687,
            "stop": 1129881689
        },
        {
            "start": 1129881690,
            "stop": 1129882365
        },
        {
            "start": 1129967744,
            "stop": 1129968078
        },
        {
            "start": 1129973230,
            "stop": 1129974141
        },
        {
            "start": 1129975046,
            "stop": 1129978174
        },
        {
            "start": 1129978175,
            "stop": 1129986720
        },
        {
            "start": 1129986780,
            "stop": 1129989766
        },
        {
            "start": 1129989767,
            "stop": 1129990711
        },
        {
            "start": 1129990712,
            "stop": 1129992766
        },
        {
            "start": 1129992767,
            "stop": 1129992772
        },
        {
            "start": 1130018622,
            "stop": 1130019000
        },
        {
            "start": 1130019060,
            "stop": 1130019362
        },
        {
            "start": 1130019363,
            "stop": 1130021580
        },
        {
            "start": 1130021640,
            "stop": 1130023217
        },
        {
            "start": 1130023218,
            "stop": 1130030580
        },
        {
            "start": 1130030640,
            "stop": 1130030796
        },
        {
            "start": 1130030797,
            "stop": 1130043588
        }
    ]
}