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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6036",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6034",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6035,
    "results": [
        {
            "start": 873673651,
            "stop": 873673672
        },
        {
            "start": 873673673,
            "stop": 873673688
        },
        {
            "start": 873673689,
            "stop": 873673721
        },
        {
            "start": 873673722,
            "stop": 873673726
        },
        {
            "start": 873673728,
            "stop": 873673747
        },
        {
            "start": 873673749,
            "stop": 873673822
        },
        {
            "start": 873673824,
            "stop": 873673833
        },
        {
            "start": 873673834,
            "stop": 873673868
        },
        {
            "start": 873673870,
            "stop": 873673881
        },
        {
            "start": 873673882,
            "stop": 873673913
        },
        {
            "start": 873673914,
            "stop": 873673997
        },
        {
            "start": 873673999,
            "stop": 873674016
        },
        {
            "start": 873674017,
            "stop": 873674022
        },
        {
            "start": 873674023,
            "stop": 873674035
        },
        {
            "start": 873674037,
            "stop": 873674055
        },
        {
            "start": 873674056,
            "stop": 873674130
        },
        {
            "start": 873674132,
            "stop": 873674184
        },
        {
            "start": 873674186,
            "stop": 873674205
        },
        {
            "start": 873674206,
            "stop": 873674219
        },
        {
            "start": 873674311,
            "stop": 873674333
        }
    ]
}