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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=271",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=269",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 270,
    "results": [
        {
            "start": 1259853399,
            "stop": 1259853895
        },
        {
            "start": 1259864451,
            "stop": 1259866193
        },
        {
            "start": 1259866195,
            "stop": 1259866948
        },
        {
            "start": 1259866950,
            "stop": 1259866970
        },
        {
            "start": 1259866972,
            "stop": 1259867061
        },
        {
            "start": 1259867063,
            "stop": 1259868120
        },
        {
            "start": 1259868123,
            "stop": 1259869105
        },
        {
            "start": 1259869108,
            "stop": 1259869428
        },
        {
            "start": 1259869429,
            "stop": 1259870115
        },
        {
            "start": 1259870117,
            "stop": 1259873774
        },
        {
            "start": 1259873776,
            "stop": 1259873783
        },
        {
            "start": 1259873785,
            "stop": 1259874193
        },
        {
            "start": 1259874196,
            "stop": 1259874609
        },
        {
            "start": 1259877351,
            "stop": 1259877480
        },
        {
            "start": 1259877488,
            "stop": 1259879554
        },
        {
            "start": 1259879557,
            "stop": 1259880344
        },
        {
            "start": 1259880349,
            "stop": 1259880448
        },
        {
            "start": 1259880531,
            "stop": 1259884739
        },
        {
            "start": 1259884747,
            "stop": 1259886664
        },
        {
            "start": 1259886667,
            "stop": 1259887318
        }
    ]
}