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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=124",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=122",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 123,
    "results": [
        {
            "start": 836334614,
            "stop": 836335211
        },
        {
            "start": 836336136,
            "stop": 836336145
        },
        {
            "start": 836336285,
            "stop": 836349295
        },
        {
            "start": 836349297,
            "stop": 836349298
        },
        {
            "start": 836349299,
            "stop": 836352743
        },
        {
            "start": 836353872,
            "stop": 836354207
        },
        {
            "start": 836355935,
            "stop": 836356482
        },
        {
            "start": 836358409,
            "stop": 836361853
        },
        {
            "start": 836363150,
            "stop": 836375224
        },
        {
            "start": 836377081,
            "stop": 836378771
        },
        {
            "start": 836378778,
            "stop": 836379091
        },
        {
            "start": 836380618,
            "stop": 836389352
        },
        {
            "start": 836389359,
            "stop": 836391283
        },
        {
            "start": 836393051,
            "stop": 836395967
        },
        {
            "start": 836397463,
            "stop": 836401486
        },
        {
            "start": 836401487,
            "stop": 836412536
        },
        {
            "start": 836413952,
            "stop": 836426860
        },
        {
            "start": 836432247,
            "stop": 836453925
        },
        {
            "start": 836454959,
            "stop": 836459683
        },
        {
            "start": 836460610,
            "stop": 836461559
        }
    ]
}