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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=125",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=123",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 124,
    "results": [
        {
            "start": 818464427,
            "stop": 818464508
        },
        {
            "start": 818464515,
            "stop": 818472798
        },
        {
            "start": 818472802,
            "stop": 818479693
        },
        {
            "start": 818484505,
            "stop": 818484718
        },
        {
            "start": 818485049,
            "stop": 818493657
        },
        {
            "start": 818493701,
            "stop": 818507471
        },
        {
            "start": 818507476,
            "stop": 818510983
        },
        {
            "start": 818511164,
            "stop": 818511504
        },
        {
            "start": 818511512,
            "stop": 818515500
        },
        {
            "start": 818515508,
            "stop": 818517461
        },
        {
            "start": 818517468,
            "stop": 818518783
        },
        {
            "start": 818518964,
            "stop": 818524793
        },
        {
            "start": 818562732,
            "stop": 818564489
        },
        {
            "start": 818564490,
            "stop": 818564833
        },
        {
            "start": 818565563,
            "stop": 818569753
        },
        {
            "start": 818576116,
            "stop": 818603306
        },
        {
            "start": 818603310,
            "stop": 818604204
        },
        {
            "start": 818605430,
            "stop": 818619179
        },
        {
            "start": 818619876,
            "stop": 818620004
        },
        {
            "start": 818620210,
            "stop": 818620269
        }
    ]
}