Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=305
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=306",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=304",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 305,
    "results": [
        {
            "start": 1263715705,
            "stop": 1263715898
        },
        {
            "start": 1263715903,
            "stop": 1263717731
        },
        {
            "start": 1263717736,
            "stop": 1263719887
        },
        {
            "start": 1263719892,
            "stop": 1263721021
        },
        {
            "start": 1263721026,
            "stop": 1263721224
        },
        {
            "start": 1263721229,
            "stop": 1263721964
        },
        {
            "start": 1263721969,
            "stop": 1263723485
        },
        {
            "start": 1263723489,
            "stop": 1263724532
        },
        {
            "start": 1263724533,
            "stop": 1263726353
        },
        {
            "start": 1263726358,
            "stop": 1263728142
        },
        {
            "start": 1263728146,
            "stop": 1263728811
        },
        {
            "start": 1263728815,
            "stop": 1263729758
        },
        {
            "start": 1263729763,
            "stop": 1263731646
        },
        {
            "start": 1263731648,
            "stop": 1263732325
        },
        {
            "start": 1263732329,
            "stop": 1263735416
        },
        {
            "start": 1263735417,
            "stop": 1263735422
        },
        {
            "start": 1263735426,
            "stop": 1263735454
        },
        {
            "start": 1263735459,
            "stop": 1263736259
        },
        {
            "start": 1263736260,
            "stop": 1263737495
        },
        {
            "start": 1263737497,
            "stop": 1263737625
        }
    ]
}