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=947
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=948",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=946",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 947,
    "results": [
        {
            "start": 1251646480,
            "stop": 1251646502
        },
        {
            "start": 1251646507,
            "stop": 1251646670
        },
        {
            "start": 1251646674,
            "stop": 1251646715
        },
        {
            "start": 1251646720,
            "stop": 1251646785
        },
        {
            "start": 1251646790,
            "stop": 1251646881
        },
        {
            "start": 1251646886,
            "stop": 1251646998
        },
        {
            "start": 1251647003,
            "stop": 1251647096
        },
        {
            "start": 1251647101,
            "stop": 1251647159
        },
        {
            "start": 1251647164,
            "stop": 1251647401
        },
        {
            "start": 1251647405,
            "stop": 1251647444
        },
        {
            "start": 1251647449,
            "stop": 1251647735
        },
        {
            "start": 1251647740,
            "stop": 1251647923
        },
        {
            "start": 1251647928,
            "stop": 1251648044
        },
        {
            "start": 1251648047,
            "stop": 1251648056
        },
        {
            "start": 1251648059,
            "stop": 1251648063
        },
        {
            "start": 1251648068,
            "stop": 1251648207
        },
        {
            "start": 1251648212,
            "stop": 1251648223
        },
        {
            "start": 1251648226,
            "stop": 1251648341
        },
        {
            "start": 1251648345,
            "stop": 1251648425
        },
        {
            "start": 1251648430,
            "stop": 1251648866
        }
    ]
}