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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=176",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=174",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 175,
    "results": [
        {
            "start": 1176905186,
            "stop": 1176905190
        },
        {
            "start": 1176905198,
            "stop": 1176905247
        },
        {
            "start": 1176905248,
            "stop": 1176905249
        },
        {
            "start": 1176905254,
            "stop": 1176905255
        },
        {
            "start": 1176905256,
            "stop": 1176905286
        },
        {
            "start": 1176905287,
            "stop": 1176905357
        },
        {
            "start": 1176905363,
            "stop": 1176905509
        },
        {
            "start": 1176905510,
            "stop": 1176905579
        },
        {
            "start": 1176905580,
            "stop": 1176905624
        },
        {
            "start": 1176905627,
            "stop": 1176905761
        },
        {
            "start": 1176905762,
            "stop": 1176905812
        },
        {
            "start": 1176905814,
            "stop": 1176905832
        },
        {
            "start": 1176905833,
            "stop": 1176905834
        },
        {
            "start": 1176905836,
            "stop": 1176906011
        },
        {
            "start": 1176906012,
            "stop": 1176906094
        },
        {
            "start": 1176906095,
            "stop": 1176906447
        },
        {
            "start": 1176906450,
            "stop": 1176906451
        },
        {
            "start": 1176906455,
            "stop": 1176906456
        },
        {
            "start": 1176906458,
            "stop": 1176906580
        },
        {
            "start": 1176906584,
            "stop": 1176906589
        }
    ]
}