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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=149",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=147",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 148,
    "results": [
        {
            "start": 1239737986,
            "stop": 1239738105
        },
        {
            "start": 1239738106,
            "stop": 1239738107
        },
        {
            "start": 1239738108,
            "stop": 1239738370
        },
        {
            "start": 1239738371,
            "stop": 1239738924
        },
        {
            "start": 1239738925,
            "stop": 1239739277
        },
        {
            "start": 1239739280,
            "stop": 1239739286
        },
        {
            "start": 1239739287,
            "stop": 1239739548
        },
        {
            "start": 1239739551,
            "stop": 1239739552
        },
        {
            "start": 1239739554,
            "stop": 1239739618
        },
        {
            "start": 1239739619,
            "stop": 1239739773
        },
        {
            "start": 1239739774,
            "stop": 1239740062
        },
        {
            "start": 1239740063,
            "stop": 1239740153
        },
        {
            "start": 1239740155,
            "stop": 1239740157
        },
        {
            "start": 1239740160,
            "stop": 1239740256
        },
        {
            "start": 1239740257,
            "stop": 1239740273
        },
        {
            "start": 1239740274,
            "stop": 1239740330
        },
        {
            "start": 1239740331,
            "stop": 1239740332
        },
        {
            "start": 1239740333,
            "stop": 1239740598
        },
        {
            "start": 1239740600,
            "stop": 1239740723
        },
        {
            "start": 1239740724,
            "stop": 1239740726
        }
    ]
}