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=289
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=290",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=288",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 289,
    "results": [
        {
            "start": 828342260,
            "stop": 828342262
        },
        {
            "start": 828342264,
            "stop": 828342278
        },
        {
            "start": 828342280,
            "stop": 828342307
        },
        {
            "start": 828342309,
            "stop": 828342339
        },
        {
            "start": 828342341,
            "stop": 828342352
        },
        {
            "start": 828342355,
            "stop": 828342391
        },
        {
            "start": 828342393,
            "stop": 828342435
        },
        {
            "start": 828342437,
            "stop": 828342442
        },
        {
            "start": 828342449,
            "stop": 828342452
        },
        {
            "start": 828342455,
            "stop": 828342460
        },
        {
            "start": 828342462,
            "stop": 828342465
        },
        {
            "start": 828342467,
            "stop": 828342478
        },
        {
            "start": 828342480,
            "stop": 828342482
        },
        {
            "start": 828342484,
            "stop": 828342487
        },
        {
            "start": 828342489,
            "stop": 828342493
        },
        {
            "start": 828342496,
            "stop": 828342497
        },
        {
            "start": 828342499,
            "stop": 828342509
        },
        {
            "start": 828342513,
            "stop": 828342518
        },
        {
            "start": 828342520,
            "stop": 828342522
        },
        {
            "start": 828342524,
            "stop": 828342526
        }
    ]
}