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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=307",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=305",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 306,
    "results": [
        {
            "start": 1181623485,
            "stop": 1181623489
        },
        {
            "start": 1181623491,
            "stop": 1181623495
        },
        {
            "start": 1181623497,
            "stop": 1181623498
        },
        {
            "start": 1181623501,
            "stop": 1181623502
        },
        {
            "start": 1181623503,
            "stop": 1181623504
        },
        {
            "start": 1181623508,
            "stop": 1181623829
        },
        {
            "start": 1181623830,
            "stop": 1181623924
        },
        {
            "start": 1181623925,
            "stop": 1181623967
        },
        {
            "start": 1181623968,
            "stop": 1181624292
        },
        {
            "start": 1181624293,
            "stop": 1181624310
        },
        {
            "start": 1181624311,
            "stop": 1181624321
        },
        {
            "start": 1181624322,
            "stop": 1181624378
        },
        {
            "start": 1181624381,
            "stop": 1181624548
        },
        {
            "start": 1181624550,
            "stop": 1181624705
        },
        {
            "start": 1181624706,
            "stop": 1181624794
        },
        {
            "start": 1181624795,
            "stop": 1181624869
        },
        {
            "start": 1181624870,
            "stop": 1181624872
        },
        {
            "start": 1181624874,
            "stop": 1181624875
        },
        {
            "start": 1181624876,
            "stop": 1181624877
        },
        {
            "start": 1181624878,
            "stop": 1181624882
        }
    ]
}