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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=371",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=369",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 370,
    "results": [
        {
            "start": 1264257600,
            "stop": 1264257764
        },
        {
            "start": 1264257767,
            "stop": 1264257786
        },
        {
            "start": 1264257787,
            "stop": 1264257966
        },
        {
            "start": 1264257971,
            "stop": 1264258063
        },
        {
            "start": 1264258066,
            "stop": 1264258390
        },
        {
            "start": 1264258391,
            "stop": 1264258532
        },
        {
            "start": 1264294887,
            "stop": 1264296290
        },
        {
            "start": 1264296294,
            "stop": 1264300000
        },
        {
            "start": 1264300003,
            "stop": 1264301529
        },
        {
            "start": 1264301534,
            "stop": 1264304059
        },
        {
            "start": 1264304062,
            "stop": 1264310039
        },
        {
            "start": 1264310041,
            "stop": 1264310711
        },
        {
            "start": 1264310714,
            "stop": 1264315991
        },
        {
            "start": 1264315992,
            "stop": 1264315993
        },
        {
            "start": 1264315995,
            "stop": 1264315997
        },
        {
            "start": 1264315999,
            "stop": 1264316000
        },
        {
            "start": 1264316001,
            "stop": 1264316002
        },
        {
            "start": 1264316004,
            "stop": 1264316009
        },
        {
            "start": 1264316010,
            "stop": 1264316011
        },
        {
            "start": 1264316013,
            "stop": 1264316019
        }
    ]
}