Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=79
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=80",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=78",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 79,
    "results": [
        {
            "start": 1257552774,
            "stop": 1257553011
        },
        {
            "start": 1257553019,
            "stop": 1257553439
        },
        {
            "start": 1257553441,
            "stop": 1257553541
        },
        {
            "start": 1257553544,
            "stop": 1257553547
        },
        {
            "start": 1257553551,
            "stop": 1257553554
        },
        {
            "start": 1257553555,
            "stop": 1257553560
        },
        {
            "start": 1257553561,
            "stop": 1257554444
        },
        {
            "start": 1257554448,
            "stop": 1257554457
        },
        {
            "start": 1257554466,
            "stop": 1257554473
        },
        {
            "start": 1257554474,
            "stop": 1257554489
        },
        {
            "start": 1257554490,
            "stop": 1257554493
        },
        {
            "start": 1257554494,
            "stop": 1257554498
        },
        {
            "start": 1257554499,
            "stop": 1257554502
        },
        {
            "start": 1257554503,
            "stop": 1257555395
        },
        {
            "start": 1257555398,
            "stop": 1257557651
        },
        {
            "start": 1257557652,
            "stop": 1257557653
        },
        {
            "start": 1257557655,
            "stop": 1257557663
        },
        {
            "start": 1257557664,
            "stop": 1257558448
        },
        {
            "start": 1257558449,
            "stop": 1257558566
        },
        {
            "start": 1257558567,
            "stop": 1257558575
        }
    ]
}