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=10
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=11",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=9",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 10,
    "results": [
        {
            "start": 815796272,
            "stop": 815797492
        },
        {
            "start": 815797495,
            "stop": 815798418
        },
        {
            "start": 815804799,
            "stop": 815805180
        },
        {
            "start": 815805240,
            "stop": 815805564
        },
        {
            "start": 815813402,
            "stop": 815813655
        },
        {
            "start": 815813658,
            "stop": 815813677
        },
        {
            "start": 815813681,
            "stop": 815813769
        },
        {
            "start": 815813772,
            "stop": 815813809
        },
        {
            "start": 815813812,
            "stop": 815813819
        },
        {
            "start": 815813822,
            "stop": 815813834
        },
        {
            "start": 815813837,
            "stop": 815813839
        },
        {
            "start": 815813843,
            "stop": 815813884
        },
        {
            "start": 815813888,
            "stop": 815813890
        },
        {
            "start": 815813893,
            "stop": 815814033
        },
        {
            "start": 815814036,
            "stop": 815814251
        },
        {
            "start": 815814255,
            "stop": 815817635
        },
        {
            "start": 815817638,
            "stop": 815817718
        },
        {
            "start": 815817719,
            "stop": 815818368
        },
        {
            "start": 815818371,
            "stop": 815818445
        },
        {
            "start": 815818448,
            "stop": 815818736
        }
    ]
}