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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6492",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6490",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6491,
    "results": [
        {
            "start": 874136545,
            "stop": 874136844
        },
        {
            "start": 874136845,
            "stop": 874136992
        },
        {
            "start": 874136993,
            "stop": 874137074
        },
        {
            "start": 874137075,
            "stop": 874137171
        },
        {
            "start": 874137172,
            "stop": 874137962
        },
        {
            "start": 874137963,
            "stop": 874138195
        },
        {
            "start": 874138196,
            "stop": 874138233
        },
        {
            "start": 874138234,
            "stop": 874138968
        },
        {
            "start": 874138969,
            "stop": 874138991
        },
        {
            "start": 874138993,
            "stop": 874139694
        },
        {
            "start": 874139695,
            "stop": 874139709
        },
        {
            "start": 874139710,
            "stop": 874139852
        },
        {
            "start": 874139853,
            "stop": 874140497
        },
        {
            "start": 874140498,
            "stop": 874140554
        },
        {
            "start": 874140555,
            "stop": 874140575
        },
        {
            "start": 874140577,
            "stop": 874140621
        },
        {
            "start": 874140622,
            "stop": 874140756
        },
        {
            "start": 874140757,
            "stop": 874141116
        },
        {
            "start": 874141118,
            "stop": 874141372
        },
        {
            "start": 874141373,
            "stop": 874141595
        }
    ]
}