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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=303",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=301",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 302,
    "results": [
        {
            "start": 941130099,
            "stop": 941130112
        },
        {
            "start": 941130120,
            "stop": 941130240
        },
        {
            "start": 941132104,
            "stop": 941145379
        },
        {
            "start": 941150247,
            "stop": 941154551
        },
        {
            "start": 941157969,
            "stop": 941158293
        },
        {
            "start": 941161815,
            "stop": 941194810
        },
        {
            "start": 941197405,
            "stop": 941211466
        },
        {
            "start": 941211472,
            "stop": 941216331
        },
        {
            "start": 941216337,
            "stop": 941227873
        },
        {
            "start": 941231725,
            "stop": 941233413
        },
        {
            "start": 941238428,
            "stop": 941238684
        },
        {
            "start": 941238690,
            "stop": 941239548
        },
        {
            "start": 941244407,
            "stop": 941251321
        },
        {
            "start": 941252360,
            "stop": 941253272
        },
        {
            "start": 941253278,
            "stop": 941256537
        },
        {
            "start": 941256543,
            "stop": 941256944
        },
        {
            "start": 941256950,
            "stop": 941275807
        },
        {
            "start": 941280327,
            "stop": 941281289
        },
        {
            "start": 941281296,
            "stop": 941288768
        },
        {
            "start": 941290197,
            "stop": 941294816
        }
    ]
}