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/L1_CBC_CAT2/segments?format=api&page=445
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=446",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=444",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 445,
    "results": [
        {
            "start": 1268457931,
            "stop": 1268457932
        },
        {
            "start": 1268457933,
            "stop": 1268457934
        },
        {
            "start": 1268457935,
            "stop": 1268457941
        },
        {
            "start": 1268457942,
            "stop": 1268457944
        },
        {
            "start": 1268457946,
            "stop": 1268457947
        },
        {
            "start": 1268457948,
            "stop": 1268457953
        },
        {
            "start": 1268457956,
            "stop": 1268457957
        },
        {
            "start": 1268457958,
            "stop": 1268457961
        },
        {
            "start": 1268457964,
            "stop": 1268457970
        },
        {
            "start": 1268457971,
            "stop": 1268457975
        },
        {
            "start": 1268457976,
            "stop": 1268457982
        },
        {
            "start": 1268457984,
            "stop": 1268457992
        },
        {
            "start": 1268457993,
            "stop": 1268458003
        },
        {
            "start": 1268458004,
            "stop": 1268458006
        },
        {
            "start": 1268458007,
            "stop": 1268458040
        },
        {
            "start": 1268458043,
            "stop": 1268458056
        },
        {
            "start": 1268458057,
            "stop": 1268458058
        },
        {
            "start": 1268458060,
            "stop": 1268458062
        },
        {
            "start": 1268458063,
            "stop": 1268458064
        },
        {
            "start": 1268458065,
            "stop": 1268458068
        }
    ]
}