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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=20",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=18",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 19,
    "results": [
        {
            "start": 931161315,
            "stop": 931161316
        },
        {
            "start": 931169081,
            "stop": 931169797
        },
        {
            "start": 931169815,
            "stop": 931170816
        },
        {
            "start": 931170834,
            "stop": 931170851
        },
        {
            "start": 931173201,
            "stop": 931177646
        },
        {
            "start": 931180124,
            "stop": 931183337
        },
        {
            "start": 931184447,
            "stop": 931184468
        },
        {
            "start": 931184470,
            "stop": 931186893
        },
        {
            "start": 931187013,
            "stop": 931187122
        },
        {
            "start": 931187242,
            "stop": 931192089
        },
        {
            "start": 931192209,
            "stop": 931194235
        },
        {
            "start": 931196921,
            "stop": 931198277
        },
        {
            "start": 931198356,
            "stop": 931200184
        },
        {
            "start": 931200450,
            "stop": 931200499
        },
        {
            "start": 931200619,
            "stop": 931200671
        },
        {
            "start": 931202656,
            "stop": 931205353
        },
        {
            "start": 931219808,
            "stop": 931220863
        },
        {
            "start": 931220868,
            "stop": 931221247
        },
        {
            "start": 931221252,
            "stop": 931222150
        },
        {
            "start": 931244442,
            "stop": 931244446
        }
    ]
}