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=20
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=21",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=19",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 20,
    "results": [
        {
            "start": 1126259352,
            "stop": 1126259592
        },
        {
            "start": 1126259594,
            "stop": 1126259645
        },
        {
            "start": 1126259646,
            "stop": 1126259943
        },
        {
            "start": 1126259945,
            "stop": 1126260197
        },
        {
            "start": 1126260201,
            "stop": 1126260284
        },
        {
            "start": 1126260285,
            "stop": 1126260375
        },
        {
            "start": 1126260379,
            "stop": 1126260621
        },
        {
            "start": 1126260622,
            "stop": 1126260623
        },
        {
            "start": 1126260625,
            "stop": 1126260842
        },
        {
            "start": 1126260844,
            "stop": 1126260910
        },
        {
            "start": 1126260911,
            "stop": 1126261217
        },
        {
            "start": 1126261219,
            "stop": 1126261312
        },
        {
            "start": 1126261314,
            "stop": 1126261548
        },
        {
            "start": 1126261549,
            "stop": 1126261619
        },
        {
            "start": 1126261621,
            "stop": 1126261633
        },
        {
            "start": 1126261637,
            "stop": 1126261901
        },
        {
            "start": 1126261903,
            "stop": 1126262273
        },
        {
            "start": 1126262274,
            "stop": 1126262503
        },
        {
            "start": 1126262505,
            "stop": 1126262508
        },
        {
            "start": 1126262510,
            "stop": 1126262565
        }
    ]
}