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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=118",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=116",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 117,
    "results": [
        {
            "start": 931403298,
            "stop": 931403308
        },
        {
            "start": 931403312,
            "stop": 931403317
        },
        {
            "start": 931403321,
            "stop": 931403351
        },
        {
            "start": 931403353,
            "stop": 931403363
        },
        {
            "start": 931403365,
            "stop": 931403387
        },
        {
            "start": 931403391,
            "stop": 931403393
        },
        {
            "start": 931403395,
            "stop": 931403418
        },
        {
            "start": 931403420,
            "stop": 931403441
        },
        {
            "start": 931403443,
            "stop": 931403453
        },
        {
            "start": 931403458,
            "stop": 931403474
        },
        {
            "start": 931403476,
            "stop": 931403489
        },
        {
            "start": 931403494,
            "stop": 931403505
        },
        {
            "start": 931403507,
            "stop": 931403525
        },
        {
            "start": 931418986,
            "stop": 931419007
        },
        {
            "start": 931419009,
            "stop": 931419010
        },
        {
            "start": 931419012,
            "stop": 931419040
        },
        {
            "start": 931419041,
            "stop": 931419044
        },
        {
            "start": 931419046,
            "stop": 931419065
        },
        {
            "start": 931419067,
            "stop": 931419079
        },
        {
            "start": 931419080,
            "stop": 931419117
        }
    ]
}