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=181
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=182",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=180",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 181,
    "results": [
        {
            "start": 1239834913,
            "stop": 1239835032
        },
        {
            "start": 1239835033,
            "stop": 1239835152
        },
        {
            "start": 1239835153,
            "stop": 1239835272
        },
        {
            "start": 1239835273,
            "stop": 1239835331
        },
        {
            "start": 1239835336,
            "stop": 1239835392
        },
        {
            "start": 1239835393,
            "stop": 1239835512
        },
        {
            "start": 1239835513,
            "stop": 1239835632
        },
        {
            "start": 1239835633,
            "stop": 1239835752
        },
        {
            "start": 1239835753,
            "stop": 1239835872
        },
        {
            "start": 1239835873,
            "stop": 1239835992
        },
        {
            "start": 1239835993,
            "stop": 1239836112
        },
        {
            "start": 1239836113,
            "stop": 1239836232
        },
        {
            "start": 1239836233,
            "stop": 1239836352
        },
        {
            "start": 1239836353,
            "stop": 1239836472
        },
        {
            "start": 1239836473,
            "stop": 1239836592
        },
        {
            "start": 1239836593,
            "stop": 1239836648
        },
        {
            "start": 1239836652,
            "stop": 1239836712
        },
        {
            "start": 1239836713,
            "stop": 1239836832
        },
        {
            "start": 1239836833,
            "stop": 1239836952
        },
        {
            "start": 1239836953,
            "stop": 1239836999
        }
    ]
}