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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=65",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=63",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 64,
    "results": [
        {
            "start": 931399073,
            "stop": 931399102
        },
        {
            "start": 931399107,
            "stop": 931399114
        },
        {
            "start": 931399120,
            "stop": 931399129
        },
        {
            "start": 931399141,
            "stop": 931399176
        },
        {
            "start": 931399183,
            "stop": 931399213
        },
        {
            "start": 931399219,
            "stop": 931399231
        },
        {
            "start": 931399236,
            "stop": 931399324
        },
        {
            "start": 931399337,
            "stop": 931399457
        },
        {
            "start": 931399463,
            "stop": 931399476
        },
        {
            "start": 931399481,
            "stop": 931399514
        },
        {
            "start": 931399519,
            "stop": 931399540
        },
        {
            "start": 931399545,
            "stop": 931399551
        },
        {
            "start": 931399557,
            "stop": 931399582
        },
        {
            "start": 931399588,
            "stop": 931399637
        },
        {
            "start": 931399643,
            "stop": 931399696
        },
        {
            "start": 931399702,
            "stop": 931399747
        },
        {
            "start": 931399752,
            "stop": 931399831
        },
        {
            "start": 931399838,
            "stop": 931399845
        },
        {
            "start": 931399851,
            "stop": 931399882
        },
        {
            "start": 931399888,
            "stop": 931399894
        }
    ]
}