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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=987",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=985",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 986,
    "results": [
        {
            "start": 1251805216,
            "stop": 1251805673
        },
        {
            "start": 1251805677,
            "stop": 1251805716
        },
        {
            "start": 1251805721,
            "stop": 1251806797
        },
        {
            "start": 1251806800,
            "stop": 1251806935
        },
        {
            "start": 1251806938,
            "stop": 1251806972
        },
        {
            "start": 1251806977,
            "stop": 1251807109
        },
        {
            "start": 1251807114,
            "stop": 1251807403
        },
        {
            "start": 1251807406,
            "stop": 1251807486
        },
        {
            "start": 1251807490,
            "stop": 1251808304
        },
        {
            "start": 1251808309,
            "stop": 1251808430
        },
        {
            "start": 1251808432,
            "stop": 1251808869
        },
        {
            "start": 1251808874,
            "stop": 1251809765
        },
        {
            "start": 1251809770,
            "stop": 1251809907
        },
        {
            "start": 1251809912,
            "stop": 1251810399
        },
        {
            "start": 1251810404,
            "stop": 1251810565
        },
        {
            "start": 1251810570,
            "stop": 1251810883
        },
        {
            "start": 1251810888,
            "stop": 1251811190
        },
        {
            "start": 1251811195,
            "stop": 1251811298
        },
        {
            "start": 1251811301,
            "stop": 1251811769
        },
        {
            "start": 1251811772,
            "stop": 1251811778
        }
    ]
}