Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=422
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=423",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=421",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 422,
    "results": [
        {
            "start": 941127946,
            "stop": 941128272
        },
        {
            "start": 941128275,
            "stop": 941128371
        },
        {
            "start": 941128382,
            "stop": 941128487
        },
        {
            "start": 941128489,
            "stop": 941130093
        },
        {
            "start": 941130095,
            "stop": 941130112
        },
        {
            "start": 941130114,
            "stop": 941130115
        },
        {
            "start": 941130116,
            "stop": 941130240
        },
        {
            "start": 941132104,
            "stop": 941145364
        },
        {
            "start": 941150247,
            "stop": 941154536
        },
        {
            "start": 941157969,
            "stop": 941158278
        },
        {
            "start": 941161815,
            "stop": 941186946
        },
        {
            "start": 941186947,
            "stop": 941194795
        },
        {
            "start": 941197405,
            "stop": 941211466
        },
        {
            "start": 941211468,
            "stop": 941216330
        },
        {
            "start": 941216333,
            "stop": 941227858
        },
        {
            "start": 941231725,
            "stop": 941233398
        },
        {
            "start": 941238428,
            "stop": 941238683
        },
        {
            "start": 941238686,
            "stop": 941239533
        },
        {
            "start": 941244407,
            "stop": 941251321
        },
        {
            "start": 941252360,
            "stop": 941253271
        }
    ]
}