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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=595",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=593",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 594,
    "results": [
        {
            "start": 1262922181,
            "stop": 1262922196
        },
        {
            "start": 1262922199,
            "stop": 1262922223
        },
        {
            "start": 1262922226,
            "stop": 1262922246
        },
        {
            "start": 1262922249,
            "stop": 1262922318
        },
        {
            "start": 1262922321,
            "stop": 1262922327
        },
        {
            "start": 1262922330,
            "stop": 1262922338
        },
        {
            "start": 1262922341,
            "stop": 1262922345
        },
        {
            "start": 1262922348,
            "stop": 1262922387
        },
        {
            "start": 1262922390,
            "stop": 1262922428
        },
        {
            "start": 1262922431,
            "stop": 1262922437
        },
        {
            "start": 1262922440,
            "stop": 1262922477
        },
        {
            "start": 1262922480,
            "stop": 1262922484
        },
        {
            "start": 1262922487,
            "stop": 1262922511
        },
        {
            "start": 1262922514,
            "stop": 1262922547
        },
        {
            "start": 1262922550,
            "stop": 1262922577
        },
        {
            "start": 1262922580,
            "stop": 1262922581
        },
        {
            "start": 1262922584,
            "stop": 1262922614
        },
        {
            "start": 1262922617,
            "stop": 1262922626
        },
        {
            "start": 1262922629,
            "stop": 1262922655
        },
        {
            "start": 1262922658,
            "stop": 1262922664
        }
    ]
}