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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2303",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2301",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2302,
    "results": [
        {
            "start": 874035909,
            "stop": 874035945
        },
        {
            "start": 874035964,
            "stop": 874035971
        },
        {
            "start": 874036038,
            "stop": 874036041
        },
        {
            "start": 874036102,
            "stop": 874037625
        },
        {
            "start": 874037644,
            "stop": 874037979
        },
        {
            "start": 874038018,
            "stop": 874038023
        },
        {
            "start": 874038042,
            "stop": 874038770
        },
        {
            "start": 874038791,
            "stop": 874038813
        },
        {
            "start": 874038837,
            "stop": 874039106
        },
        {
            "start": 874039133,
            "stop": 874039333
        },
        {
            "start": 874039352,
            "stop": 874041068
        },
        {
            "start": 874041087,
            "stop": 874041502
        },
        {
            "start": 874041535,
            "stop": 874041559
        },
        {
            "start": 874041589,
            "stop": 874041593
        },
        {
            "start": 874041614,
            "stop": 874041705
        },
        {
            "start": 874041727,
            "stop": 874041729
        },
        {
            "start": 874041749,
            "stop": 874041782
        },
        {
            "start": 874041801,
            "stop": 874042067
        },
        {
            "start": 874042086,
            "stop": 874042173
        },
        {
            "start": 874042199,
            "stop": 874042416
        }
    ]
}