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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3220",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3218",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3219,
    "results": [
        {
            "start": 871431540,
            "stop": 871432130
        },
        {
            "start": 871432135,
            "stop": 871432140
        },
        {
            "start": 871432145,
            "stop": 871432155
        },
        {
            "start": 871432160,
            "stop": 871432187
        },
        {
            "start": 871432193,
            "stop": 871432679
        },
        {
            "start": 871432718,
            "stop": 871433520
        },
        {
            "start": 871433580,
            "stop": 871433941
        },
        {
            "start": 871433942,
            "stop": 871437660
        },
        {
            "start": 871437720,
            "stop": 871439514
        },
        {
            "start": 871439517,
            "stop": 871439640
        },
        {
            "start": 871439700,
            "stop": 871439953
        },
        {
            "start": 871439959,
            "stop": 871440220
        },
        {
            "start": 871440225,
            "stop": 871441165
        },
        {
            "start": 871444085,
            "stop": 871446179
        },
        {
            "start": 871446239,
            "stop": 871449224
        },
        {
            "start": 871449405,
            "stop": 871456499
        },
        {
            "start": 871456509,
            "stop": 871458720
        },
        {
            "start": 871458780,
            "stop": 871468139
        },
        {
            "start": 871468146,
            "stop": 871471597
        },
        {
            "start": 871471600,
            "stop": 871478039
        }
    ]
}