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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6665",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6663",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6664,
    "results": [
        {
            "start": 875046947,
            "stop": 875046960
        },
        {
            "start": 875046961,
            "stop": 875046981
        },
        {
            "start": 875046982,
            "stop": 875046999
        },
        {
            "start": 875047000,
            "stop": 875047010
        },
        {
            "start": 875047011,
            "stop": 875047025
        },
        {
            "start": 875047027,
            "stop": 875047033
        },
        {
            "start": 875047034,
            "stop": 875047053
        },
        {
            "start": 875047054,
            "stop": 875047058
        },
        {
            "start": 875047059,
            "stop": 875047140
        },
        {
            "start": 875047141,
            "stop": 875047416
        },
        {
            "start": 875047417,
            "stop": 875047470
        },
        {
            "start": 875047472,
            "stop": 875047538
        },
        {
            "start": 875047539,
            "stop": 875047559
        },
        {
            "start": 875047560,
            "stop": 875047618
        },
        {
            "start": 875047619,
            "stop": 875047869
        },
        {
            "start": 875047870,
            "stop": 875047990
        },
        {
            "start": 875047992,
            "stop": 875048188
        },
        {
            "start": 875048190,
            "stop": 875048283
        },
        {
            "start": 875048284,
            "stop": 875048299
        },
        {
            "start": 875048300,
            "stop": 875048312
        }
    ]
}