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=1305
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=1306",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1304",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1305,
    "results": [
        {
            "start": 961813727,
            "stop": 961815690
        },
        {
            "start": 961816081,
            "stop": 961822587
        },
        {
            "start": 961823375,
            "stop": 961823463
        },
        {
            "start": 961823688,
            "stop": 961826353
        },
        {
            "start": 961827264,
            "stop": 961829168
        },
        {
            "start": 961829169,
            "stop": 961833152
        },
        {
            "start": 961833153,
            "stop": 961838810
        },
        {
            "start": 961839458,
            "stop": 961842331
        },
        {
            "start": 961843639,
            "stop": 961844555
        },
        {
            "start": 961844556,
            "stop": 961847053
        },
        {
            "start": 961847816,
            "stop": 961849519
        },
        {
            "start": 961850166,
            "stop": 961850382
        },
        {
            "start": 961887913,
            "stop": 961894713
        },
        {
            "start": 961894847,
            "stop": 961895686
        },
        {
            "start": 961895687,
            "stop": 961895757
        },
        {
            "start": 961895758,
            "stop": 961899583
        },
        {
            "start": 961901626,
            "stop": 961901716
        },
        {
            "start": 961904103,
            "stop": 961908760
        },
        {
            "start": 961910673,
            "stop": 961912689
        },
        {
            "start": 961912691,
            "stop": 961914898
        }
    ]
}