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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=10",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=8",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 9,
    "results": [
        {
            "start": 816507781,
            "stop": 816508021
        },
        {
            "start": 816508200,
            "stop": 816508620
        },
        {
            "start": 816508815,
            "stop": 816509535
        },
        {
            "start": 816509700,
            "stop": 816510240
        },
        {
            "start": 816510487,
            "stop": 816510907
        },
        {
            "start": 816511056,
            "stop": 816512016
        },
        {
            "start": 816512826,
            "stop": 816512946
        },
        {
            "start": 816513155,
            "stop": 816513815
        },
        {
            "start": 816513971,
            "stop": 816514451
        },
        {
            "start": 816514692,
            "stop": 816514872
        },
        {
            "start": 816515024,
            "stop": 816515204
        },
        {
            "start": 816515356,
            "stop": 816516436
        },
        {
            "start": 816516610,
            "stop": 816516730
        },
        {
            "start": 816516999,
            "stop": 816517959
        },
        {
            "start": 816518123,
            "stop": 816518363
        },
        {
            "start": 816520959,
            "stop": 816523119
        },
        {
            "start": 816523276,
            "stop": 816523876
        },
        {
            "start": 816524065,
            "stop": 816525565
        },
        {
            "start": 816525816,
            "stop": 816525996
        },
        {
            "start": 816541410,
            "stop": 816541530
        }
    ]
}