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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=51",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=49",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 50,
    "results": [
        {
            "start": 1129800716,
            "stop": 1129800820
        },
        {
            "start": 1129800821,
            "stop": 1129800876
        },
        {
            "start": 1129800877,
            "stop": 1129800886
        },
        {
            "start": 1129800889,
            "stop": 1129800896
        },
        {
            "start": 1129800897,
            "stop": 1129800905
        },
        {
            "start": 1129800906,
            "stop": 1129800917
        },
        {
            "start": 1129876722,
            "stop": 1129880398
        },
        {
            "start": 1129880401,
            "stop": 1129881683
        },
        {
            "start": 1129881693,
            "stop": 1129882365
        },
        {
            "start": 1129967744,
            "stop": 1129968078
        },
        {
            "start": 1129973230,
            "stop": 1129974141
        },
        {
            "start": 1129975046,
            "stop": 1129978174
        },
        {
            "start": 1129978175,
            "stop": 1129989763
        },
        {
            "start": 1129989770,
            "stop": 1129990708
        },
        {
            "start": 1129990715,
            "stop": 1129992766
        },
        {
            "start": 1129992767,
            "stop": 1129992772
        },
        {
            "start": 1130018622,
            "stop": 1130019359
        },
        {
            "start": 1130019366,
            "stop": 1130023214
        },
        {
            "start": 1130023221,
            "stop": 1130030793
        },
        {
            "start": 1130030800,
            "stop": 1130043588
        }
    ]
}