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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=278",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=276",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 277,
    "results": [
        {
            "start": 861279796,
            "stop": 861279968
        },
        {
            "start": 861280078,
            "stop": 861280222
        },
        {
            "start": 861282388,
            "stop": 861282682
        },
        {
            "start": 861282982,
            "stop": 861306375
        },
        {
            "start": 861306377,
            "stop": 861306866
        },
        {
            "start": 861307078,
            "stop": 861309618
        },
        {
            "start": 861309918,
            "stop": 861310029
        },
        {
            "start": 861310139,
            "stop": 861310505
        },
        {
            "start": 861310805,
            "stop": 861315510
        },
        {
            "start": 861316536,
            "stop": 861320387
        },
        {
            "start": 861321219,
            "stop": 861330482
        },
        {
            "start": 861331474,
            "stop": 861357089
        },
        {
            "start": 861358987,
            "stop": 861369612
        },
        {
            "start": 861370441,
            "stop": 861377696
        },
        {
            "start": 861377873,
            "stop": 861379643
        },
        {
            "start": 861379952,
            "stop": 861386371
        },
        {
            "start": 861386545,
            "stop": 861386547
        },
        {
            "start": 861386764,
            "stop": 861388502
        },
        {
            "start": 861388912,
            "stop": 861390674
        },
        {
            "start": 861392481,
            "stop": 861398479
        }
    ]
}