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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=57",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=55",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 56,
    "results": [
        {
            "start": 817861772,
            "stop": 817870519
        },
        {
            "start": 817873174,
            "stop": 817879328
        },
        {
            "start": 817879331,
            "stop": 817879603
        },
        {
            "start": 817879784,
            "stop": 817903123
        },
        {
            "start": 817903304,
            "stop": 817911632
        },
        {
            "start": 817911636,
            "stop": 817911866
        },
        {
            "start": 817911870,
            "stop": 817915097
        },
        {
            "start": 817938432,
            "stop": 817940201
        },
        {
            "start": 817941908,
            "stop": 817943228
        },
        {
            "start": 817943607,
            "stop": 817943760
        },
        {
            "start": 817943820,
            "stop": 817943837
        },
        {
            "start": 817944849,
            "stop": 817945500
        },
        {
            "start": 817945560,
            "stop": 817946160
        },
        {
            "start": 817946220,
            "stop": 817947000
        },
        {
            "start": 817947060,
            "stop": 817950823
        },
        {
            "start": 817951004,
            "stop": 817953005
        },
        {
            "start": 817959916,
            "stop": 817978570
        },
        {
            "start": 817978573,
            "stop": 817996588
        },
        {
            "start": 817996592,
            "stop": 817996614
        },
        {
            "start": 817996618,
            "stop": 817999870
        }
    ]
}