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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT1/segments?format=api&page=41",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT1/segments?format=api&page=39",
    "results_count": 823,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 40,
    "results": [
        {
            "start": 1387859277,
            "stop": 1387906207
        },
        {
            "start": 1387913112,
            "stop": 1387963535
        },
        {
            "start": 1387967477,
            "stop": 1387977123
        },
        {
            "start": 1387981710,
            "stop": 1387994886
        },
        {
            "start": 1388005411,
            "stop": 1388050570
        },
        {
            "start": 1388054697,
            "stop": 1388107954
        },
        {
            "start": 1388109947,
            "stop": 1388128924
        },
        {
            "start": 1388148237,
            "stop": 1388168595
        },
        {
            "start": 1388172706,
            "stop": 1388197220
        },
        {
            "start": 1388200838,
            "stop": 1388211595
        },
        {
            "start": 1388269029,
            "stop": 1388272233
        },
        {
            "start": 1388275885,
            "stop": 1388277496
        },
        {
            "start": 1388277533,
            "stop": 1388277564
        },
        {
            "start": 1388280520,
            "stop": 1388347219
        },
        {
            "start": 1388358090,
            "stop": 1388401591
        },
        {
            "start": 1388401668,
            "stop": 1388401980
        },
        {
            "start": 1388402057,
            "stop": 1388442905
        },
        {
            "start": 1388455317,
            "stop": 1388463828
        },
        {
            "start": 1388495099,
            "stop": 1388519788
        },
        {
            "start": 1388624869,
            "stop": 1388631957
        }
    ]
}