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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=198",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=196",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 197,
    "results": [
        {
            "start": 1239870313,
            "stop": 1239870431
        },
        {
            "start": 1239870433,
            "stop": 1239870551
        },
        {
            "start": 1239870553,
            "stop": 1239870640
        },
        {
            "start": 1239870641,
            "stop": 1239870671
        },
        {
            "start": 1239870673,
            "stop": 1239870791
        },
        {
            "start": 1239870793,
            "stop": 1239870911
        },
        {
            "start": 1239870913,
            "stop": 1239871031
        },
        {
            "start": 1239871033,
            "stop": 1239871151
        },
        {
            "start": 1239871153,
            "stop": 1239871271
        },
        {
            "start": 1239871273,
            "stop": 1239871391
        },
        {
            "start": 1239871393,
            "stop": 1239871511
        },
        {
            "start": 1239871513,
            "stop": 1239871631
        },
        {
            "start": 1239871633,
            "stop": 1239871751
        },
        {
            "start": 1239871753,
            "stop": 1239871780
        },
        {
            "start": 1239871784,
            "stop": 1239871871
        },
        {
            "start": 1239871873,
            "stop": 1239871991
        },
        {
            "start": 1239871993,
            "stop": 1239872111
        },
        {
            "start": 1239872113,
            "stop": 1239872231
        },
        {
            "start": 1239872233,
            "stop": 1239872351
        },
        {
            "start": 1239872353,
            "stop": 1239872471
        }
    ]
}