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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=39",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=37",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 38,
    "results": [
        {
            "start": 820829068,
            "stop": 820847395
        },
        {
            "start": 820848189,
            "stop": 820852289
        },
        {
            "start": 820852657,
            "stop": 820854495
        },
        {
            "start": 820856245,
            "stop": 820856849
        },
        {
            "start": 820857155,
            "stop": 820858166
        },
        {
            "start": 820859713,
            "stop": 820860774
        },
        {
            "start": 820861472,
            "stop": 820861647
        },
        {
            "start": 820862326,
            "stop": 820863811
        },
        {
            "start": 820865924,
            "stop": 820866339
        },
        {
            "start": 820866526,
            "stop": 820866802
        },
        {
            "start": 820866804,
            "stop": 820866805
        },
        {
            "start": 820866870,
            "stop": 820867121
        },
        {
            "start": 820867914,
            "stop": 820868640
        },
        {
            "start": 820868794,
            "stop": 820873186
        },
        {
            "start": 820876092,
            "stop": 820876304
        },
        {
            "start": 820876352,
            "stop": 820876363
        },
        {
            "start": 820876732,
            "stop": 820876859
        },
        {
            "start": 820876893,
            "stop": 820877269
        },
        {
            "start": 820877425,
            "stop": 820879048
        },
        {
            "start": 820890881,
            "stop": 820891310
        }
    ]
}