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=285
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=286",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=284",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 285,
    "results": [
        {
            "start": 828341322,
            "stop": 828341335
        },
        {
            "start": 828341337,
            "stop": 828341346
        },
        {
            "start": 828341348,
            "stop": 828341386
        },
        {
            "start": 828341388,
            "stop": 828341426
        },
        {
            "start": 828341428,
            "stop": 828341429
        },
        {
            "start": 828341431,
            "stop": 828341435
        },
        {
            "start": 828341437,
            "stop": 828341483
        },
        {
            "start": 828341484,
            "stop": 828341497
        },
        {
            "start": 828341499,
            "stop": 828341511
        },
        {
            "start": 828341513,
            "stop": 828341521
        },
        {
            "start": 828341523,
            "stop": 828341532
        },
        {
            "start": 828341535,
            "stop": 828341542
        },
        {
            "start": 828341544,
            "stop": 828341546
        },
        {
            "start": 828341548,
            "stop": 828341562
        },
        {
            "start": 828341565,
            "stop": 828341569
        },
        {
            "start": 828341574,
            "stop": 828341582
        },
        {
            "start": 828341586,
            "stop": 828341591
        },
        {
            "start": 828341596,
            "stop": 828341598
        },
        {
            "start": 828341600,
            "stop": 828341619
        },
        {
            "start": 828341621,
            "stop": 828341628
        }
    ]
}