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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=762",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=760",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 761,
    "results": [
        {
            "start": 957005296,
            "stop": 957006396
        },
        {
            "start": 957006402,
            "stop": 957008427
        },
        {
            "start": 957008433,
            "stop": 957013422
        },
        {
            "start": 957045170,
            "stop": 957073332
        },
        {
            "start": 957074038,
            "stop": 957084758
        },
        {
            "start": 957084764,
            "stop": 957094597
        },
        {
            "start": 957094603,
            "stop": 957101049
        },
        {
            "start": 957105741,
            "stop": 957108239
        },
        {
            "start": 957110208,
            "stop": 957111385
        },
        {
            "start": 957116417,
            "stop": 957116815
        },
        {
            "start": 957124728,
            "stop": 957129710
        },
        {
            "start": 957130065,
            "stop": 957135970
        },
        {
            "start": 957160767,
            "stop": 957162312
        },
        {
            "start": 957162318,
            "stop": 957163326
        },
        {
            "start": 957163332,
            "stop": 957163776
        },
        {
            "start": 957163782,
            "stop": 957164472
        },
        {
            "start": 957164478,
            "stop": 957165418
        },
        {
            "start": 957165424,
            "stop": 957165881
        },
        {
            "start": 957165887,
            "stop": 957165956
        },
        {
            "start": 957165962,
            "stop": 957166854
        }
    ]
}