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=42
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=43",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=41",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 42,
    "results": [
        {
            "start": 821270683,
            "stop": 821287447
        },
        {
            "start": 821288674,
            "stop": 821307730
        },
        {
            "start": 821308381,
            "stop": 821326323
        },
        {
            "start": 821326418,
            "stop": 821344189
        },
        {
            "start": 821345496,
            "stop": 821363156
        },
        {
            "start": 821364960,
            "stop": 821388574
        },
        {
            "start": 821390722,
            "stop": 821394305
        },
        {
            "start": 821394441,
            "stop": 821456839
        },
        {
            "start": 821461916,
            "stop": 821467687
        },
        {
            "start": 821469601,
            "stop": 821477460
        },
        {
            "start": 821479678,
            "stop": 821480153
        },
        {
            "start": 821482538,
            "stop": 821483396
        },
        {
            "start": 821484249,
            "stop": 821484686
        },
        {
            "start": 821486277,
            "stop": 821486596
        },
        {
            "start": 821489091,
            "stop": 821489382
        },
        {
            "start": 821490217,
            "stop": 821496291
        },
        {
            "start": 821497024,
            "stop": 821514252
        },
        {
            "start": 821514259,
            "stop": 821514263
        },
        {
            "start": 821516932,
            "stop": 821517555
        },
        {
            "start": 821517647,
            "stop": 821520414
        }
    ]
}