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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=200",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=198",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 199,
    "results": [
        {
            "start": 851787216,
            "stop": 851787933
        },
        {
            "start": 851805974,
            "stop": 851864205
        },
        {
            "start": 851864525,
            "stop": 851864607
        },
        {
            "start": 851865007,
            "stop": 851865076
        },
        {
            "start": 851865547,
            "stop": 851928968
        },
        {
            "start": 851929318,
            "stop": 851930946
        },
        {
            "start": 851931324,
            "stop": 851934633
        },
        {
            "start": 851937718,
            "stop": 851939826
        },
        {
            "start": 851940475,
            "stop": 851940512
        },
        {
            "start": 851940988,
            "stop": 851942106
        },
        {
            "start": 851943903,
            "stop": 851944390
        },
        {
            "start": 851945363,
            "stop": 851966523
        },
        {
            "start": 851967457,
            "stop": 851969998
        },
        {
            "start": 851970039,
            "stop": 851970238
        },
        {
            "start": 851979676,
            "stop": 851982152
        },
        {
            "start": 851982472,
            "stop": 851983052
        },
        {
            "start": 851983452,
            "stop": 852019005
        },
        {
            "start": 852020966,
            "stop": 852021228
        },
        {
            "start": 852022346,
            "stop": 852025671
        },
        {
            "start": 852026505,
            "stop": 852047649
        }
    ]
}