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_CAT2/segments?format=api&page=765
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=766",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=764",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 765,
    "results": [
        {
            "start": 1268925812,
            "stop": 1268925813
        },
        {
            "start": 1268925815,
            "stop": 1268925879
        },
        {
            "start": 1268925885,
            "stop": 1268925887
        },
        {
            "start": 1268925895,
            "stop": 1268925898
        },
        {
            "start": 1268925900,
            "stop": 1268925915
        },
        {
            "start": 1268925917,
            "stop": 1268925918
        },
        {
            "start": 1268925919,
            "stop": 1268925920
        },
        {
            "start": 1268925930,
            "stop": 1268925933
        },
        {
            "start": 1268925934,
            "stop": 1268925942
        },
        {
            "start": 1268925944,
            "stop": 1268925949
        },
        {
            "start": 1268925950,
            "stop": 1268925952
        },
        {
            "start": 1268925956,
            "stop": 1268925957
        },
        {
            "start": 1268925958,
            "stop": 1268925960
        },
        {
            "start": 1268925962,
            "stop": 1268925963
        },
        {
            "start": 1268925966,
            "stop": 1268925969
        },
        {
            "start": 1268925976,
            "stop": 1268925978
        },
        {
            "start": 1268925980,
            "stop": 1268926459
        },
        {
            "start": 1268926462,
            "stop": 1268927489
        },
        {
            "start": 1268927492,
            "stop": 1268930493
        },
        {
            "start": 1268935770,
            "stop": 1268936783
        }
    ]
}