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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=292",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=290",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 291,
    "results": [
        {
            "start": 932320369,
            "stop": 932320629
        },
        {
            "start": 932320633,
            "stop": 932320643
        },
        {
            "start": 932322188,
            "stop": 932322226
        },
        {
            "start": 932322228,
            "stop": 932322235
        },
        {
            "start": 932323723,
            "stop": 932324407
        },
        {
            "start": 932345677,
            "stop": 932345958
        },
        {
            "start": 932348140,
            "stop": 932356986
        },
        {
            "start": 932359128,
            "stop": 932359954
        },
        {
            "start": 932359956,
            "stop": 932360002
        },
        {
            "start": 932360011,
            "stop": 932360346
        },
        {
            "start": 932360348,
            "stop": 932361740
        },
        {
            "start": 932361743,
            "stop": 932361794
        },
        {
            "start": 932361797,
            "stop": 932361822
        },
        {
            "start": 932362651,
            "stop": 932365825
        },
        {
            "start": 932370618,
            "stop": 932373144
        },
        {
            "start": 932379009,
            "stop": 932382670
        },
        {
            "start": 932388600,
            "stop": 932389215
        },
        {
            "start": 932392463,
            "stop": 932395579
        },
        {
            "start": 932395583,
            "stop": 932396024
        },
        {
            "start": 932396028,
            "stop": 932396074
        }
    ]
}