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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=26",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=24",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 25,
    "results": [
        {
            "start": 1261697484,
            "stop": 1261697490
        },
        {
            "start": 1261697491,
            "stop": 1261697494
        },
        {
            "start": 1261697495,
            "stop": 1261697496
        },
        {
            "start": 1261697497,
            "stop": 1261697553
        },
        {
            "start": 1261697554,
            "stop": 1261697565
        },
        {
            "start": 1261697566,
            "stop": 1261697570
        },
        {
            "start": 1261697571,
            "stop": 1261697589
        },
        {
            "start": 1261697590,
            "stop": 1261697649
        },
        {
            "start": 1261697650,
            "stop": 1261697655
        },
        {
            "start": 1261697656,
            "stop": 1261697667
        },
        {
            "start": 1261697668,
            "stop": 1261697672
        },
        {
            "start": 1261697673,
            "stop": 1261697683
        },
        {
            "start": 1261697684,
            "stop": 1261697689
        },
        {
            "start": 1261697690,
            "stop": 1261697710
        },
        {
            "start": 1261697711,
            "stop": 1261697724
        },
        {
            "start": 1261697725,
            "stop": 1261697766
        },
        {
            "start": 1261697767,
            "stop": 1261697812
        },
        {
            "start": 1261697813,
            "stop": 1261698462
        },
        {
            "start": 1261698463,
            "stop": 1261698467
        },
        {
            "start": 1261698468,
            "stop": 1261729681
        }
    ]
}