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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1886",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1884",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1885,
    "results": [
        {
            "start": 969859639,
            "stop": 969864773
        },
        {
            "start": 969864774,
            "stop": 969867475
        },
        {
            "start": 969867476,
            "stop": 969874056
        },
        {
            "start": 969874057,
            "stop": 969876536
        },
        {
            "start": 969876537,
            "stop": 969883514
        },
        {
            "start": 969885454,
            "stop": 969888023
        },
        {
            "start": 969888750,
            "stop": 969889376
        },
        {
            "start": 969890379,
            "stop": 969890620
        },
        {
            "start": 969890621,
            "stop": 969890858
        },
        {
            "start": 969890931,
            "stop": 969893113
        },
        {
            "start": 969895912,
            "stop": 969903161
        },
        {
            "start": 969903162,
            "stop": 969906664
        },
        {
            "start": 969920141,
            "stop": 969923557
        },
        {
            "start": 969923558,
            "stop": 969924690
        },
        {
            "start": 969925482,
            "stop": 969926196
        },
        {
            "start": 969926198,
            "stop": 969928041
        },
        {
            "start": 969931843,
            "stop": 969932167
        },
        {
            "start": 969935766,
            "stop": 969936207
        },
        {
            "start": 969936209,
            "stop": 969936243
        },
        {
            "start": 969938509,
            "stop": 969939139
        }
    ]
}