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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=97",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=95",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 96,
    "results": [
        {
            "start": 821453575,
            "stop": 821453589
        },
        {
            "start": 821453592,
            "stop": 821453631
        },
        {
            "start": 821453634,
            "stop": 821453647
        },
        {
            "start": 821453650,
            "stop": 821453683
        },
        {
            "start": 821453687,
            "stop": 821453690
        },
        {
            "start": 821453693,
            "stop": 821453696
        },
        {
            "start": 821454269,
            "stop": 821454368
        },
        {
            "start": 821454371,
            "stop": 821454378
        },
        {
            "start": 821454381,
            "stop": 821454382
        },
        {
            "start": 821454385,
            "stop": 821454386
        },
        {
            "start": 821454389,
            "stop": 821454415
        },
        {
            "start": 821454418,
            "stop": 821454426
        },
        {
            "start": 821454429,
            "stop": 821454464
        },
        {
            "start": 821454467,
            "stop": 821454612
        },
        {
            "start": 821454615,
            "stop": 821454636
        },
        {
            "start": 821454641,
            "stop": 821454651
        },
        {
            "start": 821454654,
            "stop": 821454694
        },
        {
            "start": 821454697,
            "stop": 821454708
        },
        {
            "start": 821454711,
            "stop": 821454828
        },
        {
            "start": 821454831,
            "stop": 821454983
        }
    ]
}