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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=27",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=25",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 26,
    "results": [
        {
            "start": 816602962,
            "stop": 816603049
        },
        {
            "start": 816603056,
            "stop": 816603093
        },
        {
            "start": 816603106,
            "stop": 816603170
        },
        {
            "start": 816603177,
            "stop": 816603224
        },
        {
            "start": 816603244,
            "stop": 816603450
        },
        {
            "start": 816603469,
            "stop": 816603788
        },
        {
            "start": 816603796,
            "stop": 816603960
        },
        {
            "start": 816603967,
            "stop": 816604086
        },
        {
            "start": 816604097,
            "stop": 816604217
        },
        {
            "start": 816604230,
            "stop": 816604303
        },
        {
            "start": 816604310,
            "stop": 816604347
        },
        {
            "start": 816604360,
            "stop": 816604404
        },
        {
            "start": 816604412,
            "stop": 816604493
        },
        {
            "start": 816604501,
            "stop": 816604551
        },
        {
            "start": 816604558,
            "stop": 816604654
        },
        {
            "start": 816604661,
            "stop": 816604704
        },
        {
            "start": 816604717,
            "stop": 816604723
        },
        {
            "start": 816604730,
            "stop": 816604832
        },
        {
            "start": 816604842,
            "stop": 816604979
        },
        {
            "start": 816604992,
            "stop": 816605057
        }
    ]
}