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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=41",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=39",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 40,
    "results": [
        {
            "start": 1126310325,
            "stop": 1126310331
        },
        {
            "start": 1126310332,
            "stop": 1126310333
        },
        {
            "start": 1126310334,
            "stop": 1126310335
        },
        {
            "start": 1126310336,
            "stop": 1126310340
        },
        {
            "start": 1126310341,
            "stop": 1126310343
        },
        {
            "start": 1126310344,
            "stop": 1126310347
        },
        {
            "start": 1126310348,
            "stop": 1126310350
        },
        {
            "start": 1126310351,
            "stop": 1126310372
        },
        {
            "start": 1126310373,
            "stop": 1126310374
        },
        {
            "start": 1126310375,
            "stop": 1126310598
        },
        {
            "start": 1126310600,
            "stop": 1126310668
        },
        {
            "start": 1126310669,
            "stop": 1126310879
        },
        {
            "start": 1126310887,
            "stop": 1126310959
        },
        {
            "start": 1126310961,
            "stop": 1126311337
        },
        {
            "start": 1126311338,
            "stop": 1126311549
        },
        {
            "start": 1126311550,
            "stop": 1126311703
        },
        {
            "start": 1126311705,
            "stop": 1126311905
        },
        {
            "start": 1126311907,
            "stop": 1126312083
        },
        {
            "start": 1126312085,
            "stop": 1126312440
        },
        {
            "start": 1126312441,
            "stop": 1126312818
        }
    ]
}