Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=44
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=45",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=43",
    "results_count": 907,
    "results_per_page": 20,
    "num_pages": 46,
    "page_number": 44,
    "results": [
        {
            "start": 969645950,
            "stop": 969646063
        },
        {
            "start": 969691030,
            "stop": 969691143
        },
        {
            "start": 969705470,
            "stop": 969705623
        },
        {
            "start": 969769480,
            "stop": 969769591
        },
        {
            "start": 969813999,
            "stop": 969814111
        },
        {
            "start": 969877447,
            "stop": 969877559
        },
        {
            "start": 969907110,
            "stop": 969907223
        },
        {
            "start": 969951038,
            "stop": 969951151
        },
        {
            "start": 969963750,
            "stop": 969963863
        },
        {
            "start": 969971966,
            "stop": 969972079
        },
        {
            "start": 969992535,
            "stop": 969992687
        },
        {
            "start": 970006470,
            "stop": 970006583
        },
        {
            "start": 970014279,
            "stop": 970014391
        },
        {
            "start": 970023254,
            "stop": 970023367
        },
        {
            "start": 970049278,
            "stop": 970049391
        },
        {
            "start": 970129589,
            "stop": 970129702
        },
        {
            "start": 970179990,
            "stop": 970180143
        },
        {
            "start": 970210038,
            "stop": 970210151
        },
        {
            "start": 970251070,
            "stop": 970251231
        },
        {
            "start": 970317406,
            "stop": 970317519
        }
    ]
}