Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=20
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=21",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=19",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 20,
    "results": [
        {
            "start": 816738721,
            "stop": 816739610
        },
        {
            "start": 816739623,
            "stop": 816741155
        },
        {
            "start": 816741163,
            "stop": 816742019
        },
        {
            "start": 816742027,
            "stop": 816742446
        },
        {
            "start": 816742454,
            "stop": 816742466
        },
        {
            "start": 816742475,
            "stop": 816742501
        },
        {
            "start": 816742516,
            "stop": 816742519
        },
        {
            "start": 816742527,
            "stop": 816742540
        },
        {
            "start": 816742555,
            "stop": 816743892
        },
        {
            "start": 816743900,
            "stop": 816744030
        },
        {
            "start": 816744038,
            "stop": 816744233
        },
        {
            "start": 816744241,
            "stop": 816744612
        },
        {
            "start": 816744620,
            "stop": 816744661
        },
        {
            "start": 816744670,
            "stop": 816745071
        },
        {
            "start": 816745079,
            "stop": 816745089
        },
        {
            "start": 816745097,
            "stop": 816745121
        },
        {
            "start": 816745129,
            "stop": 816745591
        },
        {
            "start": 816745599,
            "stop": 816745753
        },
        {
            "start": 816745761,
            "stop": 816745806
        },
        {
            "start": 816745814,
            "stop": 816745826
        }
    ]
}