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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=74",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=72",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 73,
    "results": [
        {
            "start": 816741883,
            "stop": 816741961
        },
        {
            "start": 816742033,
            "stop": 816742050
        },
        {
            "start": 816757833,
            "stop": 816757881
        },
        {
            "start": 816757902,
            "stop": 816758003
        },
        {
            "start": 816758022,
            "stop": 816758030
        },
        {
            "start": 816758059,
            "stop": 816758120
        },
        {
            "start": 816758155,
            "stop": 816758224
        },
        {
            "start": 816758252,
            "stop": 816758293
        },
        {
            "start": 816758313,
            "stop": 816758378
        },
        {
            "start": 816758418,
            "stop": 816758447
        },
        {
            "start": 816758499,
            "stop": 816758553
        },
        {
            "start": 816758599,
            "stop": 816758623
        },
        {
            "start": 816758696,
            "stop": 816758736
        },
        {
            "start": 816758791,
            "stop": 816758808
        },
        {
            "start": 816758829,
            "stop": 816759005
        },
        {
            "start": 816759024,
            "stop": 816759049
        },
        {
            "start": 816759073,
            "stop": 816759108
        },
        {
            "start": 816759130,
            "stop": 816759233
        },
        {
            "start": 816759267,
            "stop": 816759339
        },
        {
            "start": 816759359,
            "stop": 816759377
        }
    ]
}