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=25
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=26",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=24",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 25,
    "results": [
        {
            "start": 1126278547,
            "stop": 1126278550
        },
        {
            "start": 1126278552,
            "stop": 1126278572
        },
        {
            "start": 1126278573,
            "stop": 1126278577
        },
        {
            "start": 1126278580,
            "stop": 1126278583
        },
        {
            "start": 1126278585,
            "stop": 1126278587
        },
        {
            "start": 1126278588,
            "stop": 1126278593
        },
        {
            "start": 1126278595,
            "stop": 1126278597
        },
        {
            "start": 1126278599,
            "stop": 1126278605
        },
        {
            "start": 1126278606,
            "stop": 1126278619
        },
        {
            "start": 1126278620,
            "stop": 1126278641
        },
        {
            "start": 1126278643,
            "stop": 1126278827
        },
        {
            "start": 1126278834,
            "stop": 1126278854
        },
        {
            "start": 1126278855,
            "stop": 1126278951
        },
        {
            "start": 1126278953,
            "stop": 1126279133
        },
        {
            "start": 1126279135,
            "stop": 1126279157
        },
        {
            "start": 1126279158,
            "stop": 1126279194
        },
        {
            "start": 1126279196,
            "stop": 1126279240
        },
        {
            "start": 1126279242,
            "stop": 1126279457
        },
        {
            "start": 1126279459,
            "stop": 1126279461
        },
        {
            "start": 1126279462,
            "stop": 1126279502
        }
    ]
}