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=296
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=297",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=295",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 296,
    "results": [
        {
            "start": 828590821,
            "stop": 828590826
        },
        {
            "start": 828590829,
            "stop": 828590853
        },
        {
            "start": 828590855,
            "stop": 828590864
        },
        {
            "start": 828590866,
            "stop": 828590868
        },
        {
            "start": 828590870,
            "stop": 828590871
        },
        {
            "start": 828590873,
            "stop": 828590874
        },
        {
            "start": 828590876,
            "stop": 828590879
        },
        {
            "start": 828590881,
            "stop": 828590888
        },
        {
            "start": 828590890,
            "stop": 828590893
        },
        {
            "start": 828590895,
            "stop": 828590904
        },
        {
            "start": 828590906,
            "stop": 828590978
        },
        {
            "start": 828590982,
            "stop": 828591001
        },
        {
            "start": 828591003,
            "stop": 828591036
        },
        {
            "start": 828591038,
            "stop": 828591055
        },
        {
            "start": 828591057,
            "stop": 828591067
        },
        {
            "start": 828591069,
            "stop": 828591077
        },
        {
            "start": 828591079,
            "stop": 828591082
        },
        {
            "start": 828591083,
            "stop": 828591087
        },
        {
            "start": 828591089,
            "stop": 828591094
        },
        {
            "start": 828591097,
            "stop": 828591103
        }
    ]
}