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=719
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=720",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=718",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 719,
    "results": [
        {
            "start": 1266944892,
            "stop": 1266945171
        },
        {
            "start": 1266945174,
            "stop": 1266945266
        },
        {
            "start": 1266952264,
            "stop": 1266957585
        },
        {
            "start": 1266957588,
            "stop": 1266957643
        },
        {
            "start": 1266964917,
            "stop": 1266974140
        },
        {
            "start": 1266974143,
            "stop": 1266976496
        },
        {
            "start": 1266976504,
            "stop": 1266977403
        },
        {
            "start": 1266977407,
            "stop": 1266977673
        },
        {
            "start": 1266977674,
            "stop": 1266977676
        },
        {
            "start": 1266977678,
            "stop": 1266977898
        },
        {
            "start": 1266977900,
            "stop": 1266979065
        },
        {
            "start": 1266979066,
            "stop": 1266979067
        },
        {
            "start": 1266979069,
            "stop": 1266979411
        },
        {
            "start": 1266979414,
            "stop": 1266979695
        },
        {
            "start": 1266979698,
            "stop": 1266980622
        },
        {
            "start": 1266980625,
            "stop": 1266981013
        },
        {
            "start": 1266981015,
            "stop": 1266981019
        },
        {
            "start": 1266981020,
            "stop": 1266981520
        },
        {
            "start": 1266981523,
            "stop": 1266981555
        },
        {
            "start": 1266981558,
            "stop": 1266987224
        }
    ]
}