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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=793",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=791",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 792,
    "results": [
        {
            "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
        },
        {
            "start": 1268458069,
            "stop": 1268458077
        },
        {
            "start": 1268458079,
            "stop": 1268458080
        },
        {
            "start": 1268458081,
            "stop": 1268458099
        },
        {
            "start": 1268458100,
            "stop": 1268458115
        },
        {
            "start": 1268458116,
            "stop": 1268458120
        },
        {
            "start": 1268458121,
            "stop": 1268458122
        },
        {
            "start": 1268458124,
            "stop": 1268458148
        },
        {
            "start": 1268458149,
            "stop": 1268458161
        },
        {
            "start": 1268458162,
            "stop": 1268458165
        },
        {
            "start": 1268458167,
            "stop": 1268458169
        },
        {
            "start": 1268458170,
            "stop": 1268458172
        },
        {
            "start": 1268458174,
            "stop": 1268458178
        }
    ]
}