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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4960",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4958",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 4959,
    "results": [
        {
            "start": 874447993,
            "stop": 874448005
        },
        {
            "start": 874448012,
            "stop": 874448046
        },
        {
            "start": 874448053,
            "stop": 874448054
        },
        {
            "start": 874448065,
            "stop": 874448085
        },
        {
            "start": 874448097,
            "stop": 874448123
        },
        {
            "start": 874448130,
            "stop": 874448183
        },
        {
            "start": 874448190,
            "stop": 874448239
        },
        {
            "start": 874448246,
            "stop": 874448257
        },
        {
            "start": 874448264,
            "stop": 874448272
        },
        {
            "start": 874448290,
            "stop": 874448346
        },
        {
            "start": 874448371,
            "stop": 874448392
        },
        {
            "start": 874448406,
            "stop": 874448418
        },
        {
            "start": 874448425,
            "stop": 874448466
        },
        {
            "start": 874448473,
            "stop": 874448493
        },
        {
            "start": 874448500,
            "stop": 874448502
        },
        {
            "start": 874448509,
            "stop": 874448520
        },
        {
            "start": 874448527,
            "stop": 874448541
        },
        {
            "start": 874448549,
            "stop": 874448552
        },
        {
            "start": 874448559,
            "stop": 874448568
        },
        {
            "start": 874448575,
            "stop": 874448585
        }
    ]
}