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=687
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=688",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=686",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 687,
    "results": [
        {
            "start": 1265705757,
            "stop": 1265708370
        },
        {
            "start": 1265708373,
            "stop": 1265712299
        },
        {
            "start": 1265712302,
            "stop": 1265714410
        },
        {
            "start": 1265714413,
            "stop": 1265714904
        },
        {
            "start": 1265714907,
            "stop": 1265716581
        },
        {
            "start": 1265716584,
            "stop": 1265718588
        },
        {
            "start": 1265718597,
            "stop": 1265718715
        },
        {
            "start": 1265718718,
            "stop": 1265720085
        },
        {
            "start": 1265720088,
            "stop": 1265724845
        },
        {
            "start": 1265729680,
            "stop": 1265731940
        },
        {
            "start": 1265731943,
            "stop": 1265732321
        },
        {
            "start": 1265732329,
            "stop": 1265735775
        },
        {
            "start": 1265735783,
            "stop": 1265737428
        },
        {
            "start": 1265737431,
            "stop": 1265739555
        },
        {
            "start": 1265739558,
            "stop": 1265739560
        },
        {
            "start": 1265739563,
            "stop": 1265739658
        },
        {
            "start": 1265739661,
            "stop": 1265743644
        },
        {
            "start": 1265743647,
            "stop": 1265746226
        },
        {
            "start": 1265746229,
            "stop": 1265746590
        },
        {
            "start": 1265746593,
            "stop": 1265747426
        }
    ]
}