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=142
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=143",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=141",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 142,
    "results": [
        {
            "start": 1239183973,
            "stop": 1239183998
        },
        {
            "start": 1239184003,
            "stop": 1239184199
        },
        {
            "start": 1239184203,
            "stop": 1239184218
        },
        {
            "start": 1239184222,
            "stop": 1239184374
        },
        {
            "start": 1239184379,
            "stop": 1239185165
        },
        {
            "start": 1239185170,
            "stop": 1239185225
        },
        {
            "start": 1239185228,
            "stop": 1239185561
        },
        {
            "start": 1239185566,
            "stop": 1239185940
        },
        {
            "start": 1239185945,
            "stop": 1239185948
        },
        {
            "start": 1239185956,
            "stop": 1239185960
        },
        {
            "start": 1239185964,
            "stop": 1239186202
        },
        {
            "start": 1239186206,
            "stop": 1239187176
        },
        {
            "start": 1239187181,
            "stop": 1239187374
        },
        {
            "start": 1239187382,
            "stop": 1239187505
        },
        {
            "start": 1239187510,
            "stop": 1239187983
        },
        {
            "start": 1239187987,
            "stop": 1239188014
        },
        {
            "start": 1239188018,
            "stop": 1239188132
        },
        {
            "start": 1239188136,
            "stop": 1239188799
        },
        {
            "start": 1239188804,
            "stop": 1239189035
        },
        {
            "start": 1239194922,
            "stop": 1239195353
        }
    ]
}