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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=459",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=457",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 458,
    "results": [
        {
            "start": 827520565,
            "stop": 827522990
        },
        {
            "start": 827523070,
            "stop": 827525270
        },
        {
            "start": 827525350,
            "stop": 827525905
        },
        {
            "start": 827525912,
            "stop": 827525990
        },
        {
            "start": 827526070,
            "stop": 827526410
        },
        {
            "start": 827526550,
            "stop": 827527010
        },
        {
            "start": 827527090,
            "stop": 827528708
        },
        {
            "start": 827528848,
            "stop": 827529110
        },
        {
            "start": 827529190,
            "stop": 827529650
        },
        {
            "start": 827529730,
            "stop": 827532230
        },
        {
            "start": 827532370,
            "stop": 827533014
        },
        {
            "start": 827533021,
            "stop": 827536983
        },
        {
            "start": 827537273,
            "stop": 827541470
        },
        {
            "start": 827541550,
            "stop": 827547170
        },
        {
            "start": 827547250,
            "stop": 827552379
        },
        {
            "start": 827552387,
            "stop": 827553272
        },
        {
            "start": 827553279,
            "stop": 827554004
        },
        {
            "start": 827554365,
            "stop": 827555630
        },
        {
            "start": 827556093,
            "stop": 827567870
        },
        {
            "start": 827567950,
            "stop": 827572342
        }
    ]
}