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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3105",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3103",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3104,
    "results": [
        {
            "start": 866770189,
            "stop": 866770221
        },
        {
            "start": 866770224,
            "stop": 866770240
        },
        {
            "start": 866770244,
            "stop": 866770260
        },
        {
            "start": 866770380,
            "stop": 866770383
        },
        {
            "start": 866770386,
            "stop": 866770422
        },
        {
            "start": 866770425,
            "stop": 866770451
        },
        {
            "start": 866770460,
            "stop": 866770473
        },
        {
            "start": 866770482,
            "stop": 866770500
        },
        {
            "start": 866771400,
            "stop": 866771760
        },
        {
            "start": 866771820,
            "stop": 866772640
        },
        {
            "start": 866772644,
            "stop": 866772657
        },
        {
            "start": 866772660,
            "stop": 866772755
        },
        {
            "start": 866772759,
            "stop": 866772779
        },
        {
            "start": 866772840,
            "stop": 866772900
        },
        {
            "start": 866772960,
            "stop": 866773020
        },
        {
            "start": 866773140,
            "stop": 866773482
        },
        {
            "start": 866773485,
            "stop": 866773620
        },
        {
            "start": 866773680,
            "stop": 866773776
        },
        {
            "start": 866784871,
            "stop": 866790797
        },
        {
            "start": 866790803,
            "stop": 866801462
        }
    ]
}