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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=256",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=254",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 255,
    "results": [
        {
            "start": 1240285712,
            "stop": 1240285886
        },
        {
            "start": 1240285887,
            "stop": 1240286386
        },
        {
            "start": 1240286387,
            "stop": 1240286437
        },
        {
            "start": 1240286438,
            "stop": 1240286465
        },
        {
            "start": 1240286466,
            "stop": 1240286527
        },
        {
            "start": 1240286529,
            "stop": 1240286824
        },
        {
            "start": 1240286827,
            "stop": 1240287079
        },
        {
            "start": 1240287080,
            "stop": 1240287241
        },
        {
            "start": 1240287242,
            "stop": 1240287495
        },
        {
            "start": 1240287496,
            "stop": 1240287948
        },
        {
            "start": 1240287951,
            "stop": 1240288189
        },
        {
            "start": 1240288191,
            "stop": 1240288416
        },
        {
            "start": 1240288418,
            "stop": 1240288661
        },
        {
            "start": 1240288664,
            "stop": 1240288691
        },
        {
            "start": 1240288692,
            "stop": 1240288852
        },
        {
            "start": 1240288853,
            "stop": 1240289037
        },
        {
            "start": 1240289039,
            "stop": 1240289136
        },
        {
            "start": 1240289137,
            "stop": 1240289194
        },
        {
            "start": 1240289195,
            "stop": 1240289646
        },
        {
            "start": 1240289647,
            "stop": 1240289797
        }
    ]
}