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=315
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=316",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=314",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 315,
    "results": [
        {
            "start": 828901839,
            "stop": 828901841
        },
        {
            "start": 828901843,
            "stop": 828901850
        },
        {
            "start": 828901856,
            "stop": 828901861
        },
        {
            "start": 828901869,
            "stop": 828901884
        },
        {
            "start": 828901886,
            "stop": 828901900
        },
        {
            "start": 828901906,
            "stop": 828901907
        },
        {
            "start": 828901909,
            "stop": 828901910
        },
        {
            "start": 828901913,
            "stop": 828901914
        },
        {
            "start": 828901916,
            "stop": 828901918
        },
        {
            "start": 828901920,
            "stop": 828901922
        },
        {
            "start": 828901930,
            "stop": 828901935
        },
        {
            "start": 828901941,
            "stop": 828901942
        },
        {
            "start": 828901952,
            "stop": 828901953
        },
        {
            "start": 828901957,
            "stop": 828901961
        },
        {
            "start": 828901963,
            "stop": 828901964
        },
        {
            "start": 828901969,
            "stop": 828901970
        },
        {
            "start": 828901984,
            "stop": 828901988
        },
        {
            "start": 828901992,
            "stop": 828901994
        },
        {
            "start": 828901996,
            "stop": 828902002
        },
        {
            "start": 828902006,
            "stop": 828902013
        }
    ]
}