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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=498",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=496",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 497,
    "results": [
        {
            "start": 1184575484,
            "stop": 1184575487
        },
        {
            "start": 1184575515,
            "stop": 1184575595
        },
        {
            "start": 1184575599,
            "stop": 1184575601
        },
        {
            "start": 1184575621,
            "stop": 1184575623
        },
        {
            "start": 1184575627,
            "stop": 1184575632
        },
        {
            "start": 1184575634,
            "stop": 1184575635
        },
        {
            "start": 1184575675,
            "stop": 1184575676
        },
        {
            "start": 1184575681,
            "stop": 1184575682
        },
        {
            "start": 1184575705,
            "stop": 1184575706
        },
        {
            "start": 1184575710,
            "stop": 1184576019
        },
        {
            "start": 1184576021,
            "stop": 1184576030
        },
        {
            "start": 1184576032,
            "stop": 1184576033
        },
        {
            "start": 1184576035,
            "stop": 1184576036
        },
        {
            "start": 1184576057,
            "stop": 1184576059
        },
        {
            "start": 1184576069,
            "stop": 1184576071
        },
        {
            "start": 1184576075,
            "stop": 1184576116
        },
        {
            "start": 1184576120,
            "stop": 1184576121
        },
        {
            "start": 1184576124,
            "stop": 1184576144
        },
        {
            "start": 1184576154,
            "stop": 1184576155
        },
        {
            "start": 1184576162,
            "stop": 1184576170
        }
    ]
}