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=999
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=1000",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=998",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 999,
    "results": [
        {
            "start": 1251879102,
            "stop": 1251879208
        },
        {
            "start": 1251879213,
            "stop": 1251879333
        },
        {
            "start": 1251879337,
            "stop": 1251879859
        },
        {
            "start": 1251879863,
            "stop": 1251880107
        },
        {
            "start": 1251880112,
            "stop": 1251880312
        },
        {
            "start": 1251882840,
            "stop": 1251883122
        },
        {
            "start": 1251883125,
            "stop": 1251884091
        },
        {
            "start": 1251884096,
            "stop": 1251884115
        },
        {
            "start": 1251884120,
            "stop": 1251884501
        },
        {
            "start": 1251884506,
            "stop": 1251884957
        },
        {
            "start": 1251884961,
            "stop": 1251885270
        },
        {
            "start": 1251885273,
            "stop": 1251885536
        },
        {
            "start": 1251885541,
            "stop": 1251885821
        },
        {
            "start": 1251885825,
            "stop": 1251886705
        },
        {
            "start": 1251886710,
            "stop": 1251887271
        },
        {
            "start": 1251887276,
            "stop": 1251891733
        },
        {
            "start": 1251891738,
            "stop": 1251891929
        },
        {
            "start": 1251891934,
            "stop": 1251891980
        },
        {
            "start": 1251891985,
            "stop": 1251892027
        },
        {
            "start": 1251892032,
            "stop": 1251892540
        }
    ]
}