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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=613",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=611",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 612,
    "results": [
        {
            "start": 828714251,
            "stop": 828715122
        },
        {
            "start": 828715126,
            "stop": 828715142
        },
        {
            "start": 828715146,
            "stop": 828716345
        },
        {
            "start": 828757926,
            "stop": 828758447
        },
        {
            "start": 828758557,
            "stop": 828758597
        },
        {
            "start": 828759197,
            "stop": 828768341
        },
        {
            "start": 828768358,
            "stop": 828768390
        },
        {
            "start": 828768407,
            "stop": 828787823
        },
        {
            "start": 828787840,
            "stop": 828791287
        },
        {
            "start": 828791375,
            "stop": 828794912
        },
        {
            "start": 828794915,
            "stop": 828796655
        },
        {
            "start": 828797127,
            "stop": 828798856
        },
        {
            "start": 828798966,
            "stop": 828798992
        },
        {
            "start": 828799011,
            "stop": 828799120
        },
        {
            "start": 828799740,
            "stop": 828799837
        },
        {
            "start": 828799841,
            "stop": 828800587
        },
        {
            "start": 828800608,
            "stop": 828800614
        },
        {
            "start": 828801482,
            "stop": 828801637
        },
        {
            "start": 828802109,
            "stop": 828802478
        },
        {
            "start": 828802588,
            "stop": 828802626
        }
    ]
}