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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5965",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5963",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 5964,
    "results": [
        {
            "start": 873241739,
            "stop": 873241791
        },
        {
            "start": 873241792,
            "stop": 873241813
        },
        {
            "start": 873241814,
            "stop": 873241889
        },
        {
            "start": 873241890,
            "stop": 873242065
        },
        {
            "start": 873242066,
            "stop": 873242105
        },
        {
            "start": 873242106,
            "stop": 873242178
        },
        {
            "start": 873242179,
            "stop": 873242234
        },
        {
            "start": 873242236,
            "stop": 873242422
        },
        {
            "start": 873242424,
            "stop": 873242732
        },
        {
            "start": 873242734,
            "stop": 873242773
        },
        {
            "start": 873242775,
            "stop": 873242817
        },
        {
            "start": 873242818,
            "stop": 873243001
        },
        {
            "start": 873243003,
            "stop": 873243372
        },
        {
            "start": 873243373,
            "stop": 873243443
        },
        {
            "start": 873243444,
            "stop": 873243572
        },
        {
            "start": 873243573,
            "stop": 873243650
        },
        {
            "start": 873243651,
            "stop": 873243704
        },
        {
            "start": 873243705,
            "stop": 873243751
        },
        {
            "start": 873243752,
            "stop": 873243848
        },
        {
            "start": 873243850,
            "stop": 873244128
        }
    ]
}