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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=307",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=305",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 306,
    "results": [
        {
            "start": 941891419,
            "stop": 941891442
        },
        {
            "start": 941891450,
            "stop": 941891452
        },
        {
            "start": 941891464,
            "stop": 941891489
        },
        {
            "start": 941891495,
            "stop": 941891516
        },
        {
            "start": 941891522,
            "stop": 941891661
        },
        {
            "start": 941891668,
            "stop": 941891687
        },
        {
            "start": 941891696,
            "stop": 941891724
        },
        {
            "start": 941891730,
            "stop": 941891883
        },
        {
            "start": 941891889,
            "stop": 941891893
        },
        {
            "start": 941891899,
            "stop": 941891944
        },
        {
            "start": 941891950,
            "stop": 941891997
        },
        {
            "start": 941892002,
            "stop": 941892055
        },
        {
            "start": 941892061,
            "stop": 941892102
        },
        {
            "start": 941897154,
            "stop": 941897366
        },
        {
            "start": 941897374,
            "stop": 941897376
        },
        {
            "start": 941897387,
            "stop": 941897416
        },
        {
            "start": 941897422,
            "stop": 941898422
        },
        {
            "start": 941898428,
            "stop": 941898432
        },
        {
            "start": 941898438,
            "stop": 941898452
        },
        {
            "start": 941898460,
            "stop": 941898462
        }
    ]
}