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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=173",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=171",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 172,
    "results": [
        {
            "start": 1420329327,
            "stop": 1420340071
        },
        {
            "start": 1420340076,
            "stop": 1420341383
        },
        {
            "start": 1420341388,
            "stop": 1420343672
        },
        {
            "start": 1420343677,
            "stop": 1420344598
        },
        {
            "start": 1420350432,
            "stop": 1420352292
        },
        {
            "start": 1420352437,
            "stop": 1420354745
        },
        {
            "start": 1420354991,
            "stop": 1420357836
        },
        {
            "start": 1420357841,
            "stop": 1420358085
        },
        {
            "start": 1420358090,
            "stop": 1420370016
        },
        {
            "start": 1420370021,
            "stop": 1420381890
        },
        {
            "start": 1420381963,
            "stop": 1420383203
        },
        {
            "start": 1420383208,
            "stop": 1420385387
        },
        {
            "start": 1420385392,
            "stop": 1420385404
        },
        {
            "start": 1420385409,
            "stop": 1420386009
        },
        {
            "start": 1420386013,
            "stop": 1420389212
        },
        {
            "start": 1420389332,
            "stop": 1420389758
        },
        {
            "start": 1420389763,
            "stop": 1420393036
        },
        {
            "start": 1420393041,
            "stop": 1420393045
        },
        {
            "start": 1420393050,
            "stop": 1420394953
        },
        {
            "start": 1420395142,
            "stop": 1420395896
        }
    ]
}