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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=23",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=21",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 22,
    "results": [
        {
            "start": 816737438,
            "stop": 816737463
        },
        {
            "start": 816737466,
            "stop": 816737828
        },
        {
            "start": 816737834,
            "stop": 816738415
        },
        {
            "start": 816738416,
            "stop": 816738715
        },
        {
            "start": 816738717,
            "stop": 816739611
        },
        {
            "start": 816739619,
            "stop": 816741156
        },
        {
            "start": 816741159,
            "stop": 816742020
        },
        {
            "start": 816742023,
            "stop": 816742447
        },
        {
            "start": 816742450,
            "stop": 816742467
        },
        {
            "start": 816742471,
            "stop": 816742502
        },
        {
            "start": 816742507,
            "stop": 816742509
        },
        {
            "start": 816742512,
            "stop": 816742520
        },
        {
            "start": 816742523,
            "stop": 816742541
        },
        {
            "start": 816742544,
            "stop": 816742545
        },
        {
            "start": 816742551,
            "stop": 816743893
        },
        {
            "start": 816743896,
            "stop": 816744031
        },
        {
            "start": 816744034,
            "stop": 816744234
        },
        {
            "start": 816744237,
            "stop": 816744613
        },
        {
            "start": 816744616,
            "stop": 816744662
        },
        {
            "start": 816744666,
            "stop": 816745072
        }
    ]
}