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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=235",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=233",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 234,
    "results": [
        {
            "start": 933186378,
            "stop": 933186466
        },
        {
            "start": 933186485,
            "stop": 933186557
        },
        {
            "start": 933186558,
            "stop": 933186707
        },
        {
            "start": 933186712,
            "stop": 933186720
        },
        {
            "start": 933186725,
            "stop": 933186982
        },
        {
            "start": 933186987,
            "stop": 933187135
        },
        {
            "start": 933187140,
            "stop": 933187339
        },
        {
            "start": 933187358,
            "stop": 933187497
        },
        {
            "start": 933187516,
            "stop": 933187561
        },
        {
            "start": 933187566,
            "stop": 933187651
        },
        {
            "start": 933187656,
            "stop": 933187677
        },
        {
            "start": 933187696,
            "stop": 933187697
        },
        {
            "start": 933187728,
            "stop": 933187730
        },
        {
            "start": 933187749,
            "stop": 933187750
        },
        {
            "start": 933187755,
            "stop": 933187767
        },
        {
            "start": 933190196,
            "stop": 933190201
        },
        {
            "start": 933190222,
            "stop": 933190235
        },
        {
            "start": 933190287,
            "stop": 933190336
        },
        {
            "start": 933190442,
            "stop": 933190445
        },
        {
            "start": 933190450,
            "stop": 933190554
        }
    ]
}