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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=369",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=367",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 368,
    "results": [
        {
            "start": 859076384,
            "stop": 859076418
        },
        {
            "start": 859076427,
            "stop": 859076433
        },
        {
            "start": 859076437,
            "stop": 859076442
        },
        {
            "start": 859076446,
            "stop": 859076481
        },
        {
            "start": 859076485,
            "stop": 859076504
        },
        {
            "start": 859076508,
            "stop": 859076721
        },
        {
            "start": 859076730,
            "stop": 859076758
        },
        {
            "start": 859076763,
            "stop": 859076768
        },
        {
            "start": 859076772,
            "stop": 859076907
        },
        {
            "start": 859076911,
            "stop": 859076979
        },
        {
            "start": 859076983,
            "stop": 859077056
        },
        {
            "start": 859077060,
            "stop": 859077083
        },
        {
            "start": 859077137,
            "stop": 859077186
        },
        {
            "start": 859077190,
            "stop": 859077388
        },
        {
            "start": 859077392,
            "stop": 859077445
        },
        {
            "start": 859077449,
            "stop": 859077455
        },
        {
            "start": 859077458,
            "stop": 859077469
        },
        {
            "start": 859077482,
            "stop": 859077589
        },
        {
            "start": 859077593,
            "stop": 859077666
        },
        {
            "start": 859077670,
            "stop": 859077828
        }
    ]
}