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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=23",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=21",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 22,
    "results": [
        {
            "start": 931137323,
            "stop": 931137339
        },
        {
            "start": 931137341,
            "stop": 931137347
        },
        {
            "start": 931137349,
            "stop": 931137352
        },
        {
            "start": 931137357,
            "stop": 931137369
        },
        {
            "start": 931137372,
            "stop": 931137374
        },
        {
            "start": 931137376,
            "stop": 931137388
        },
        {
            "start": 931137389,
            "stop": 931137391
        },
        {
            "start": 931137392,
            "stop": 931137408
        },
        {
            "start": 931137410,
            "stop": 931137411
        },
        {
            "start": 931137413,
            "stop": 931137419
        },
        {
            "start": 931137423,
            "stop": 931137424
        },
        {
            "start": 931137426,
            "stop": 931137436
        },
        {
            "start": 931137438,
            "stop": 931137448
        },
        {
            "start": 931137451,
            "stop": 931137454
        },
        {
            "start": 931137459,
            "stop": 931137463
        },
        {
            "start": 931137466,
            "stop": 931137471
        },
        {
            "start": 931137473,
            "stop": 931137483
        },
        {
            "start": 931137488,
            "stop": 931137491
        },
        {
            "start": 931137492,
            "stop": 931137494
        },
        {
            "start": 931137502,
            "stop": 931137505
        }
    ]
}