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=832
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=833",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=831",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 832,
    "results": [
        {
            "start": 1268985774,
            "stop": 1268989580
        },
        {
            "start": 1268989584,
            "stop": 1268990131
        },
        {
            "start": 1268990135,
            "stop": 1268992028
        },
        {
            "start": 1268992032,
            "stop": 1268992121
        },
        {
            "start": 1268992126,
            "stop": 1268992540
        },
        {
            "start": 1268992545,
            "stop": 1268994503
        },
        {
            "start": 1268994504,
            "stop": 1268995056
        },
        {
            "start": 1268995061,
            "stop": 1268995105
        },
        {
            "start": 1268995109,
            "stop": 1268998431
        },
        {
            "start": 1268998435,
            "stop": 1269003237
        },
        {
            "start": 1269003241,
            "stop": 1269004952
        },
        {
            "start": 1269004956,
            "stop": 1269004958
        },
        {
            "start": 1269004960,
            "stop": 1269005214
        },
        {
            "start": 1269005216,
            "stop": 1269005761
        },
        {
            "start": 1269005765,
            "stop": 1269005850
        },
        {
            "start": 1269005852,
            "stop": 1269005863
        },
        {
            "start": 1269005867,
            "stop": 1269007044
        },
        {
            "start": 1269007048,
            "stop": 1269012465
        },
        {
            "start": 1269016329,
            "stop": 1269018515
        },
        {
            "start": 1269018517,
            "stop": 1269019483
        }
    ]
}