Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=203
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=204",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=202",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 203,
    "results": [
        {
            "start": 1239883932,
            "stop": 1239884051
        },
        {
            "start": 1239884052,
            "stop": 1239884171
        },
        {
            "start": 1239884172,
            "stop": 1239884291
        },
        {
            "start": 1239884292,
            "stop": 1239884411
        },
        {
            "start": 1239884412,
            "stop": 1239884531
        },
        {
            "start": 1239884532,
            "stop": 1239884651
        },
        {
            "start": 1239884652,
            "stop": 1239884771
        },
        {
            "start": 1239884772,
            "stop": 1239884891
        },
        {
            "start": 1239884892,
            "stop": 1239885011
        },
        {
            "start": 1239885012,
            "stop": 1239885025
        },
        {
            "start": 1239885028,
            "stop": 1239885131
        },
        {
            "start": 1239885132,
            "stop": 1239885251
        },
        {
            "start": 1239885252,
            "stop": 1239885371
        },
        {
            "start": 1239885372,
            "stop": 1239885491
        },
        {
            "start": 1239885492,
            "stop": 1239885601
        },
        {
            "start": 1239885604,
            "stop": 1239885611
        },
        {
            "start": 1239885612,
            "stop": 1239885731
        },
        {
            "start": 1239885732,
            "stop": 1239885911
        },
        {
            "start": 1239885912,
            "stop": 1239886031
        },
        {
            "start": 1239886032,
            "stop": 1239886151
        }
    ]
}