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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=999",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=997",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 998,
    "results": [
        {
            "start": 1251870617,
            "stop": 1251870966
        },
        {
            "start": 1251870970,
            "stop": 1251871213
        },
        {
            "start": 1251871217,
            "stop": 1251872919
        },
        {
            "start": 1251872924,
            "stop": 1251874388
        },
        {
            "start": 1251874395,
            "stop": 1251874469
        },
        {
            "start": 1251874473,
            "stop": 1251874501
        },
        {
            "start": 1251874505,
            "stop": 1251874543
        },
        {
            "start": 1251874548,
            "stop": 1251874880
        },
        {
            "start": 1251874883,
            "stop": 1251875314
        },
        {
            "start": 1251875319,
            "stop": 1251875898
        },
        {
            "start": 1251875901,
            "stop": 1251876304
        },
        {
            "start": 1251876309,
            "stop": 1251876643
        },
        {
            "start": 1251876646,
            "stop": 1251876982
        },
        {
            "start": 1251876987,
            "stop": 1251877480
        },
        {
            "start": 1251877485,
            "stop": 1251877556
        },
        {
            "start": 1251877560,
            "stop": 1251877719
        },
        {
            "start": 1251877724,
            "stop": 1251877965
        },
        {
            "start": 1251877968,
            "stop": 1251878746
        },
        {
            "start": 1251878750,
            "stop": 1251878824
        },
        {
            "start": 1251878829,
            "stop": 1251879098
        }
    ]
}