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/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1393
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=1394",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1392",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1393,
    "results": [
        {
            "start": 969842285,
            "stop": 969842416
        },
        {
            "start": 969842417,
            "stop": 969842558
        },
        {
            "start": 969849919,
            "stop": 969854672
        },
        {
            "start": 969855419,
            "stop": 969859069
        },
        {
            "start": 969859070,
            "stop": 969859637
        },
        {
            "start": 969859639,
            "stop": 969864773
        },
        {
            "start": 969864774,
            "stop": 969867475
        },
        {
            "start": 969867476,
            "stop": 969874056
        },
        {
            "start": 969874057,
            "stop": 969876536
        },
        {
            "start": 969876537,
            "stop": 969883529
        },
        {
            "start": 969885454,
            "stop": 969888023
        },
        {
            "start": 969888750,
            "stop": 969889391
        },
        {
            "start": 969890379,
            "stop": 969890620
        },
        {
            "start": 969890621,
            "stop": 969890858
        },
        {
            "start": 969890931,
            "stop": 969893128
        },
        {
            "start": 969895912,
            "stop": 969903161
        },
        {
            "start": 969903162,
            "stop": 969906679
        },
        {
            "start": 969920141,
            "stop": 969923557
        },
        {
            "start": 969923558,
            "stop": 969924690
        },
        {
            "start": 969925482,
            "stop": 969926196
        }
    ]
}