Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5178
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=5179",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5177",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5178,
    "results": [
        {
            "start": 1137023398,
            "stop": 1137023419
        },
        {
            "start": 1137023421,
            "stop": 1137023428
        },
        {
            "start": 1137023430,
            "stop": 1137023432
        },
        {
            "start": 1137023434,
            "stop": 1137023438
        },
        {
            "start": 1137023440,
            "stop": 1137023456
        },
        {
            "start": 1137023458,
            "stop": 1137023466
        },
        {
            "start": 1137023470,
            "stop": 1137023478
        },
        {
            "start": 1137023480,
            "stop": 1137023487
        },
        {
            "start": 1137023489,
            "stop": 1137023491
        },
        {
            "start": 1137023493,
            "stop": 1137023573
        },
        {
            "start": 1137023575,
            "stop": 1137023580
        },
        {
            "start": 1137023581,
            "stop": 1137023598
        },
        {
            "start": 1137023600,
            "stop": 1137023607
        },
        {
            "start": 1137023609,
            "stop": 1137023617
        },
        {
            "start": 1137023618,
            "stop": 1137023627
        },
        {
            "start": 1137023629,
            "stop": 1137023630
        },
        {
            "start": 1137023632,
            "stop": 1137023646
        },
        {
            "start": 1137023648,
            "stop": 1137023650
        },
        {
            "start": 1137023652,
            "stop": 1137023667
        },
        {
            "start": 1137023669,
            "stop": 1137023670
        }
    ]
}