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=626
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=627",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=625",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 626,
    "results": [
        {
            "start": 1263287206,
            "stop": 1263289709
        },
        {
            "start": 1263289712,
            "stop": 1263296874
        },
        {
            "start": 1263296877,
            "stop": 1263297244
        },
        {
            "start": 1263297247,
            "stop": 1263299391
        },
        {
            "start": 1263299398,
            "stop": 1263300536
        },
        {
            "start": 1263300539,
            "stop": 1263302683
        },
        {
            "start": 1263302686,
            "stop": 1263304124
        },
        {
            "start": 1263304127,
            "stop": 1263306625
        },
        {
            "start": 1263306628,
            "stop": 1263306842
        },
        {
            "start": 1263306845,
            "stop": 1263310977
        },
        {
            "start": 1263310980,
            "stop": 1263311230
        },
        {
            "start": 1263311233,
            "stop": 1263311991
        },
        {
            "start": 1263311994,
            "stop": 1263312565
        },
        {
            "start": 1263312567,
            "stop": 1263316544
        },
        {
            "start": 1263316547,
            "stop": 1263317362
        },
        {
            "start": 1263317364,
            "stop": 1263318369
        },
        {
            "start": 1263318372,
            "stop": 1263319019
        },
        {
            "start": 1263319027,
            "stop": 1263320570
        },
        {
            "start": 1263320573,
            "stop": 1263325111
        },
        {
            "start": 1263325114,
            "stop": 1263326101
        }
    ]
}