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=7
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=8",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=6",
    "results_count": 907,
    "results_per_page": 20,
    "num_pages": 46,
    "page_number": 7,
    "results": [
        {
            "start": 940772676,
            "stop": 940772789
        },
        {
            "start": 940790325,
            "stop": 940790437
        },
        {
            "start": 940844892,
            "stop": 940845053
        },
        {
            "start": 940959797,
            "stop": 940959957
        },
        {
            "start": 940989821,
            "stop": 940989933
        },
        {
            "start": 941024180,
            "stop": 941024293
        },
        {
            "start": 941072181,
            "stop": 941072294
        },
        {
            "start": 941077189,
            "stop": 941077302
        },
        {
            "start": 941086301,
            "stop": 941086414
        },
        {
            "start": 941098757,
            "stop": 941098918
        },
        {
            "start": 941103902,
            "stop": 941104014
        },
        {
            "start": 941107669,
            "stop": 941107782
        },
        {
            "start": 941113453,
            "stop": 941113566
        },
        {
            "start": 941168893,
            "stop": 941169006
        },
        {
            "start": 941175501,
            "stop": 941175614
        },
        {
            "start": 941215558,
            "stop": 941215670
        },
        {
            "start": 941220398,
            "stop": 941220510
        },
        {
            "start": 941247325,
            "stop": 941247438
        },
        {
            "start": 941258197,
            "stop": 941258310
        },
        {
            "start": 941268477,
            "stop": 941268590
        }
    ]
}