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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=52",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=50",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 51,
    "results": [
        {
            "start": 1257419057,
            "stop": 1257419413
        },
        {
            "start": 1257419416,
            "stop": 1257419690
        },
        {
            "start": 1257419693,
            "stop": 1257419813
        },
        {
            "start": 1257419816,
            "stop": 1257419825
        },
        {
            "start": 1257419828,
            "stop": 1257420000
        },
        {
            "start": 1257420003,
            "stop": 1257420241
        },
        {
            "start": 1257420244,
            "stop": 1257420298
        },
        {
            "start": 1257420301,
            "stop": 1257420601
        },
        {
            "start": 1257420604,
            "stop": 1257420610
        },
        {
            "start": 1257420613,
            "stop": 1257420661
        },
        {
            "start": 1257420664,
            "stop": 1257420666
        },
        {
            "start": 1257420669,
            "stop": 1257420697
        },
        {
            "start": 1257420700,
            "stop": 1257420703
        },
        {
            "start": 1257420706,
            "stop": 1257420848
        },
        {
            "start": 1257420851,
            "stop": 1257421367
        },
        {
            "start": 1257421370,
            "stop": 1257421386
        },
        {
            "start": 1257421394,
            "stop": 1257421448
        },
        {
            "start": 1257421451,
            "stop": 1257421557
        },
        {
            "start": 1257421560,
            "stop": 1257421638
        },
        {
            "start": 1257421641,
            "stop": 1257421747
        }
    ]
}