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=44
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=45",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=43",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 44,
    "results": [
        {
            "start": 816514549,
            "stop": 816514605
        },
        {
            "start": 816514624,
            "stop": 816514941
        },
        {
            "start": 816514960,
            "stop": 816515268
        },
        {
            "start": 816515288,
            "stop": 816516505
        },
        {
            "start": 816516534,
            "stop": 816516806
        },
        {
            "start": 816516825,
            "stop": 816516910
        },
        {
            "start": 816516932,
            "stop": 816518026
        },
        {
            "start": 816518046,
            "stop": 816518359
        },
        {
            "start": 816520882,
            "stop": 816523189
        },
        {
            "start": 816523209,
            "stop": 816523943
        },
        {
            "start": 816523964,
            "stop": 816523983
        },
        {
            "start": 816524003,
            "stop": 816525537
        },
        {
            "start": 816525554,
            "stop": 816525627
        },
        {
            "start": 816525647,
            "stop": 816525722
        },
        {
            "start": 816525742,
            "stop": 816525989
        },
        {
            "start": 816527130,
            "stop": 816527312
        },
        {
            "start": 816541120,
            "stop": 816541315
        },
        {
            "start": 816541346,
            "stop": 816541594
        },
        {
            "start": 816541616,
            "stop": 816542961
        },
        {
            "start": 816542988,
            "stop": 816545013
        }
    ]
}