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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=109",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=107",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 108,
    "results": [
        {
            "start": 1412787244,
            "stop": 1412788547
        },
        {
            "start": 1412788552,
            "stop": 1412790255
        },
        {
            "start": 1412790258,
            "stop": 1412790752
        },
        {
            "start": 1412825228,
            "stop": 1412826390
        },
        {
            "start": 1412826395,
            "stop": 1412828652
        },
        {
            "start": 1412832422,
            "stop": 1412834740
        },
        {
            "start": 1412834745,
            "stop": 1412837251
        },
        {
            "start": 1412837255,
            "stop": 1412847128
        },
        {
            "start": 1412847132,
            "stop": 1412851459
        },
        {
            "start": 1412851462,
            "stop": 1412859258
        },
        {
            "start": 1412859263,
            "stop": 1412863584
        },
        {
            "start": 1412875071,
            "stop": 1412877533
        },
        {
            "start": 1412877538,
            "stop": 1412878509
        },
        {
            "start": 1412878514,
            "stop": 1412882343
        },
        {
            "start": 1412890048,
            "stop": 1412892590
        },
        {
            "start": 1412892595,
            "stop": 1412893602
        },
        {
            "start": 1412893607,
            "stop": 1412897002
        },
        {
            "start": 1412897007,
            "stop": 1412898842
        },
        {
            "start": 1412902158,
            "stop": 1412911078
        },
        {
            "start": 1412911083,
            "stop": 1412911666
        }
    ]
}