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=726
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=727",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=725",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 726,
    "results": [
        {
            "start": 1267220847,
            "stop": 1267220907
        },
        {
            "start": 1267220910,
            "stop": 1267221997
        },
        {
            "start": 1267222000,
            "stop": 1267222131
        },
        {
            "start": 1267222439,
            "stop": 1267222546
        },
        {
            "start": 1267222549,
            "stop": 1267223048
        },
        {
            "start": 1267223049,
            "stop": 1267224278
        },
        {
            "start": 1267224286,
            "stop": 1267224604
        },
        {
            "start": 1267224607,
            "stop": 1267225594
        },
        {
            "start": 1267225597,
            "stop": 1267225609
        },
        {
            "start": 1267225612,
            "stop": 1267226457
        },
        {
            "start": 1267226460,
            "stop": 1267229609
        },
        {
            "start": 1267229612,
            "stop": 1267230083
        },
        {
            "start": 1267230086,
            "stop": 1267230116
        },
        {
            "start": 1267230119,
            "stop": 1267231291
        },
        {
            "start": 1267231294,
            "stop": 1267233237
        },
        {
            "start": 1267233239,
            "stop": 1267233607
        },
        {
            "start": 1267233610,
            "stop": 1267234009
        },
        {
            "start": 1267234012,
            "stop": 1267234546
        },
        {
            "start": 1267234549,
            "stop": 1267234717
        },
        {
            "start": 1267234720,
            "stop": 1267236878
        }
    ]
}