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=3299
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=3300",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3298",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3299,
    "results": [
        {
            "start": 874714320,
            "stop": 874714844
        },
        {
            "start": 874715025,
            "stop": 874720064
        },
        {
            "start": 874720245,
            "stop": 874720680
        },
        {
            "start": 874720740,
            "stop": 874721693
        },
        {
            "start": 874721696,
            "stop": 874732620
        },
        {
            "start": 874732680,
            "stop": 874734000
        },
        {
            "start": 874734060,
            "stop": 874750200
        },
        {
            "start": 874750320,
            "stop": 874756860
        },
        {
            "start": 874756980,
            "stop": 874758720
        },
        {
            "start": 874758780,
            "stop": 874760640
        },
        {
            "start": 874760700,
            "stop": 874766317
        },
        {
            "start": 874766320,
            "stop": 874767296
        },
        {
            "start": 874767299,
            "stop": 874767736
        },
        {
            "start": 874786169,
            "stop": 874786911
        },
        {
            "start": 874786913,
            "stop": 874787738
        },
        {
            "start": 874787857,
            "stop": 874788115
        },
        {
            "start": 874788117,
            "stop": 874788120
        },
        {
            "start": 874788300,
            "stop": 874788381
        },
        {
            "start": 874788385,
            "stop": 874789500
        },
        {
            "start": 874789620,
            "stop": 874790498
        }
    ]
}