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=680
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=681",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=679",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 680,
    "results": [
        {
            "start": 1265336061,
            "stop": 1265344044
        },
        {
            "start": 1265344052,
            "stop": 1265346941
        },
        {
            "start": 1265346944,
            "stop": 1265347248
        },
        {
            "start": 1265347250,
            "stop": 1265350357
        },
        {
            "start": 1265350360,
            "stop": 1265351914
        },
        {
            "start": 1265351917,
            "stop": 1265353401
        },
        {
            "start": 1265353404,
            "stop": 1265354213
        },
        {
            "start": 1265354214,
            "stop": 1265357012
        },
        {
            "start": 1265357015,
            "stop": 1265357502
        },
        {
            "start": 1265357734,
            "stop": 1265358053
        },
        {
            "start": 1265358057,
            "stop": 1265360798
        },
        {
            "start": 1265360801,
            "stop": 1265361337
        },
        {
            "start": 1265361340,
            "stop": 1265366763
        },
        {
            "start": 1265366771,
            "stop": 1265368731
        },
        {
            "start": 1265368734,
            "stop": 1265370441
        },
        {
            "start": 1265370444,
            "stop": 1265375011
        },
        {
            "start": 1265375014,
            "stop": 1265376789
        },
        {
            "start": 1265376792,
            "stop": 1265378463
        },
        {
            "start": 1265378465,
            "stop": 1265382909
        },
        {
            "start": 1265382912,
            "stop": 1265383990
        }
    ]
}