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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1307",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1305",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1306,
    "results": [
        {
            "start": 961914899,
            "stop": 961917300
        },
        {
            "start": 961917301,
            "stop": 961917983
        },
        {
            "start": 961929810,
            "stop": 961935823
        },
        {
            "start": 961936789,
            "stop": 961937008
        },
        {
            "start": 961937061,
            "stop": 961937440
        },
        {
            "start": 961937504,
            "stop": 961938761
        },
        {
            "start": 961947076,
            "stop": 961947474
        },
        {
            "start": 961948725,
            "stop": 961949661
        },
        {
            "start": 961954162,
            "stop": 961956761
        },
        {
            "start": 961958086,
            "stop": 961958130
        },
        {
            "start": 961958131,
            "stop": 961989256
        },
        {
            "start": 961989257,
            "stop": 962003290
        },
        {
            "start": 962003291,
            "stop": 962007697
        },
        {
            "start": 962007698,
            "stop": 962010509
        },
        {
            "start": 962010510,
            "stop": 962015918
        },
        {
            "start": 962015919,
            "stop": 962030249
        },
        {
            "start": 962030250,
            "stop": 962035181
        },
        {
            "start": 962035182,
            "stop": 962035266
        },
        {
            "start": 962035267,
            "stop": 962047603
        },
        {
            "start": 962047604,
            "stop": 962049924
        }
    ]
}