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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=61",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=59",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 60,
    "results": [
        {
            "start": 822845794,
            "stop": 822845874
        },
        {
            "start": 822845875,
            "stop": 822845890
        },
        {
            "start": 822845905,
            "stop": 822845919
        },
        {
            "start": 822845921,
            "stop": 822846584
        },
        {
            "start": 822846587,
            "stop": 822846603
        },
        {
            "start": 822846607,
            "stop": 822846811
        },
        {
            "start": 822846814,
            "stop": 822846892
        },
        {
            "start": 822846894,
            "stop": 822847076
        },
        {
            "start": 822847082,
            "stop": 822847097
        },
        {
            "start": 822847098,
            "stop": 822847788
        },
        {
            "start": 822847789,
            "stop": 822850391
        },
        {
            "start": 822850392,
            "stop": 822850813
        },
        {
            "start": 822852013,
            "stop": 822852461
        },
        {
            "start": 822852462,
            "stop": 822852683
        },
        {
            "start": 822852685,
            "stop": 822853273
        },
        {
            "start": 822854173,
            "stop": 822856042
        },
        {
            "start": 822856045,
            "stop": 822857339
        },
        {
            "start": 822857340,
            "stop": 822857878
        },
        {
            "start": 822857879,
            "stop": 822858770
        },
        {
            "start": 822858771,
            "stop": 822858884
        }
    ]
}