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=57
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=58",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=56",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 57,
    "results": [
        {
            "start": 1257439130,
            "stop": 1257439141
        },
        {
            "start": 1257439144,
            "stop": 1257439492
        },
        {
            "start": 1257439495,
            "stop": 1257439559
        },
        {
            "start": 1257439562,
            "stop": 1257439779
        },
        {
            "start": 1257439782,
            "stop": 1257439966
        },
        {
            "start": 1257439969,
            "stop": 1257440269
        },
        {
            "start": 1257440272,
            "stop": 1257440452
        },
        {
            "start": 1257440455,
            "stop": 1257441108
        },
        {
            "start": 1257441111,
            "stop": 1257441416
        },
        {
            "start": 1257441419,
            "stop": 1257441829
        },
        {
            "start": 1257441832,
            "stop": 1257441893
        },
        {
            "start": 1257441896,
            "stop": 1257441961
        },
        {
            "start": 1257441964,
            "stop": 1257441974
        },
        {
            "start": 1257441980,
            "stop": 1257442016
        },
        {
            "start": 1257442019,
            "stop": 1257442239
        },
        {
            "start": 1257442242,
            "stop": 1257442406
        },
        {
            "start": 1257442409,
            "stop": 1257442794
        },
        {
            "start": 1257442797,
            "stop": 1257442908
        },
        {
            "start": 1257442909,
            "stop": 1257443392
        },
        {
            "start": 1257443398,
            "stop": 1257443508
        }
    ]
}