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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8160",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8158",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8159,
    "results": [
        {
            "start": 970992397,
            "stop": 970992422
        },
        {
            "start": 970992425,
            "stop": 970992430
        },
        {
            "start": 970992433,
            "stop": 970992447
        },
        {
            "start": 970992450,
            "stop": 970992519
        },
        {
            "start": 970992525,
            "stop": 970992552
        },
        {
            "start": 970992555,
            "stop": 970992601
        },
        {
            "start": 970992604,
            "stop": 970992729
        },
        {
            "start": 970992732,
            "stop": 970992851
        },
        {
            "start": 970992854,
            "stop": 970992910
        },
        {
            "start": 970992913,
            "stop": 970992959
        },
        {
            "start": 970992962,
            "stop": 970993060
        },
        {
            "start": 970993063,
            "stop": 970993152
        },
        {
            "start": 970993155,
            "stop": 970993352
        },
        {
            "start": 970993355,
            "stop": 970993390
        },
        {
            "start": 970993393,
            "stop": 970993405
        },
        {
            "start": 970993408,
            "stop": 970993479
        },
        {
            "start": 970993482,
            "stop": 970993520
        },
        {
            "start": 970993523,
            "stop": 970993604
        },
        {
            "start": 970993607,
            "stop": 970993636
        },
        {
            "start": 970993639,
            "stop": 970993668
        }
    ]
}