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=2979
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=2980",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2978",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2979,
    "results": [
        {
            "start": 861237294,
            "stop": 861238980
        },
        {
            "start": 861239040,
            "stop": 861240480
        },
        {
            "start": 861240540,
            "stop": 861257084
        },
        {
            "start": 861257265,
            "stop": 861278708
        },
        {
            "start": 861279796,
            "stop": 861279884
        },
        {
            "start": 861282982,
            "stop": 861285404
        },
        {
            "start": 861285585,
            "stop": 861285884
        },
        {
            "start": 861286065,
            "stop": 861306374
        },
        {
            "start": 861306377,
            "stop": 861306866
        },
        {
            "start": 861309918,
            "stop": 861310029
        },
        {
            "start": 861310805,
            "stop": 861315510
        },
        {
            "start": 861316560,
            "stop": 861320297
        },
        {
            "start": 861321219,
            "stop": 861326700
        },
        {
            "start": 861326820,
            "stop": 861330392
        },
        {
            "start": 861331474,
            "stop": 861334604
        },
        {
            "start": 861334785,
            "stop": 861356999
        },
        {
            "start": 861358987,
            "stop": 861369522
        },
        {
            "start": 861370441,
            "stop": 861370567
        },
        {
            "start": 861370571,
            "stop": 861375720
        },
        {
            "start": 861375780,
            "stop": 861376500
        }
    ]
}