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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=43",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=41",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 42,
    "results": [
        {
            "start": 816507707,
            "stop": 816508095
        },
        {
            "start": 816508117,
            "stop": 816508704
        },
        {
            "start": 816508753,
            "stop": 816509550
        },
        {
            "start": 816511470,
            "stop": 816512088
        },
        {
            "start": 816512109,
            "stop": 816512174
        },
        {
            "start": 816512741,
            "stop": 816513024
        },
        {
            "start": 816513092,
            "stop": 816513879
        },
        {
            "start": 816513898,
            "stop": 816514525
        },
        {
            "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
        }
    ]
}