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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1856",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1854",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1855,
    "results": [
        {
            "start": 843894538,
            "stop": 843894600
        },
        {
            "start": 843894602,
            "stop": 843894715
        },
        {
            "start": 843894717,
            "stop": 843895035
        },
        {
            "start": 843895037,
            "stop": 843895169
        },
        {
            "start": 843895171,
            "stop": 843895301
        },
        {
            "start": 843895303,
            "stop": 843895429
        },
        {
            "start": 843895431,
            "stop": 843895435
        },
        {
            "start": 843895436,
            "stop": 843895527
        },
        {
            "start": 843895529,
            "stop": 843895652
        },
        {
            "start": 843895654,
            "stop": 843895729
        },
        {
            "start": 843895731,
            "stop": 843895759
        },
        {
            "start": 843895761,
            "stop": 843895770
        },
        {
            "start": 843895772,
            "stop": 843895796
        },
        {
            "start": 843895798,
            "stop": 843895839
        },
        {
            "start": 843895841,
            "stop": 843895867
        },
        {
            "start": 843895869,
            "stop": 843895884
        },
        {
            "start": 843895886,
            "stop": 843895914
        },
        {
            "start": 843895916,
            "stop": 843895986
        },
        {
            "start": 843895987,
            "stop": 843896168
        },
        {
            "start": 843896170,
            "stop": 843896332
        }
    ]
}