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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8945",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8943",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8944,
    "results": [
        {
            "start": 873711653,
            "stop": 873711659
        },
        {
            "start": 873711713,
            "stop": 873711730
        },
        {
            "start": 873711749,
            "stop": 873711797
        },
        {
            "start": 873711820,
            "stop": 873711842
        },
        {
            "start": 873711947,
            "stop": 873711986
        },
        {
            "start": 873712014,
            "stop": 873712024
        },
        {
            "start": 873712044,
            "stop": 873712090
        },
        {
            "start": 873712110,
            "stop": 873712133
        },
        {
            "start": 873712152,
            "stop": 873712169
        },
        {
            "start": 873712215,
            "stop": 873712327
        },
        {
            "start": 873712356,
            "stop": 873712357
        },
        {
            "start": 873712377,
            "stop": 873712394
        },
        {
            "start": 873712416,
            "stop": 873712435
        },
        {
            "start": 873712454,
            "stop": 873712462
        },
        {
            "start": 873712482,
            "stop": 873712484
        },
        {
            "start": 873712507,
            "stop": 873712547
        },
        {
            "start": 873712567,
            "stop": 873712596
        },
        {
            "start": 873712667,
            "stop": 873712732
        },
        {
            "start": 873712755,
            "stop": 873712795
        },
        {
            "start": 873712846,
            "stop": 873712892
        }
    ]
}