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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=12",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=10",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 11,
    "results": [
        {
            "start": 815795295,
            "stop": 815795423
        },
        {
            "start": 815796003,
            "stop": 815796268
        },
        {
            "start": 815796272,
            "stop": 815797492
        },
        {
            "start": 815797495,
            "stop": 815798418
        },
        {
            "start": 815804799,
            "stop": 815805180
        },
        {
            "start": 815805240,
            "stop": 815805556
        },
        {
            "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
        }
    ]
}