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=328
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=329",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=327",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 328,
    "results": [
        {
            "start": 828992235,
            "stop": 828992236
        },
        {
            "start": 828992243,
            "stop": 828992244
        },
        {
            "start": 828992246,
            "stop": 828992247
        },
        {
            "start": 828992255,
            "stop": 828992256
        },
        {
            "start": 828992280,
            "stop": 828992282
        },
        {
            "start": 828992288,
            "stop": 828992289
        },
        {
            "start": 828992293,
            "stop": 828992295
        },
        {
            "start": 828992303,
            "stop": 828992306
        },
        {
            "start": 828992310,
            "stop": 828992313
        },
        {
            "start": 828992337,
            "stop": 828992338
        },
        {
            "start": 828992340,
            "stop": 828992341
        },
        {
            "start": 828992344,
            "stop": 828992345
        },
        {
            "start": 828992352,
            "stop": 828992353
        },
        {
            "start": 828992358,
            "stop": 828992359
        },
        {
            "start": 828992361,
            "stop": 828992362
        },
        {
            "start": 828992364,
            "stop": 828992365
        },
        {
            "start": 828992370,
            "stop": 828992371
        },
        {
            "start": 828992375,
            "stop": 828992377
        },
        {
            "start": 828992380,
            "stop": 828992386
        },
        {
            "start": 828992388,
            "stop": 828992395
        }
    ]
}