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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=261",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=259",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 260,
    "results": [
        {
            "start": 846293629,
            "stop": 846293644
        },
        {
            "start": 846293646,
            "stop": 846293647
        },
        {
            "start": 846293649,
            "stop": 846312456
        },
        {
            "start": 846312513,
            "stop": 846324305
        },
        {
            "start": 846329075,
            "stop": 846332465
        },
        {
            "start": 846332892,
            "stop": 846340974
        },
        {
            "start": 846340977,
            "stop": 846340993
        },
        {
            "start": 846341207,
            "stop": 846342220
        },
        {
            "start": 846343900,
            "stop": 846344149
        },
        {
            "start": 846344490,
            "stop": 846344747
        },
        {
            "start": 846344750,
            "stop": 846345098
        },
        {
            "start": 846369424,
            "stop": 846369897
        },
        {
            "start": 846374761,
            "stop": 846377807
        },
        {
            "start": 846379546,
            "stop": 846382513
        },
        {
            "start": 846382524,
            "stop": 846382526
        },
        {
            "start": 846382717,
            "stop": 846383831
        },
        {
            "start": 846383833,
            "stop": 846384059
        },
        {
            "start": 846384061,
            "stop": 846384080
        },
        {
            "start": 846384082,
            "stop": 846384900
        },
        {
            "start": 846384902,
            "stop": 846384925
        }
    ]
}