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=938
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=939",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=937",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 938,
    "results": [
        {
            "start": 1251604809,
            "stop": 1251606190
        },
        {
            "start": 1251606195,
            "stop": 1251608948
        },
        {
            "start": 1251608953,
            "stop": 1251610548
        },
        {
            "start": 1251610553,
            "stop": 1251615241
        },
        {
            "start": 1251615244,
            "stop": 1251615731
        },
        {
            "start": 1251615736,
            "stop": 1251616424
        },
        {
            "start": 1251616429,
            "stop": 1251617637
        },
        {
            "start": 1251617639,
            "stop": 1251618696
        },
        {
            "start": 1251618701,
            "stop": 1251619343
        },
        {
            "start": 1251619346,
            "stop": 1251619762
        },
        {
            "start": 1251619767,
            "stop": 1251620522
        },
        {
            "start": 1251620526,
            "stop": 1251621135
        },
        {
            "start": 1251621138,
            "stop": 1251622088
        },
        {
            "start": 1251622091,
            "stop": 1251622976
        },
        {
            "start": 1251622980,
            "stop": 1251623485
        },
        {
            "start": 1251623490,
            "stop": 1251623727
        },
        {
            "start": 1251623729,
            "stop": 1251623986
        },
        {
            "start": 1251623991,
            "stop": 1251624131
        },
        {
            "start": 1251624136,
            "stop": 1251624312
        },
        {
            "start": 1251624315,
            "stop": 1251624377
        }
    ]
}