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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=332",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=330",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 331,
    "results": [
        {
            "start": 931775012,
            "stop": 931775022
        },
        {
            "start": 931775023,
            "stop": 931775038
        },
        {
            "start": 931775040,
            "stop": 931775065
        },
        {
            "start": 931775067,
            "stop": 931775068
        },
        {
            "start": 931775338,
            "stop": 931775354
        },
        {
            "start": 931775355,
            "stop": 931775391
        },
        {
            "start": 931775393,
            "stop": 931775404
        },
        {
            "start": 931775406,
            "stop": 931775410
        },
        {
            "start": 931775412,
            "stop": 931775428
        },
        {
            "start": 931775431,
            "stop": 931775435
        },
        {
            "start": 931775437,
            "stop": 931775452
        },
        {
            "start": 931775453,
            "stop": 931775463
        },
        {
            "start": 931775465,
            "stop": 931775479
        },
        {
            "start": 931775481,
            "stop": 931775485
        },
        {
            "start": 931775487,
            "stop": 931775617
        },
        {
            "start": 931775620,
            "stop": 931775622
        },
        {
            "start": 931775624,
            "stop": 931775661
        },
        {
            "start": 931775663,
            "stop": 931775677
        },
        {
            "start": 931775679,
            "stop": 931775688
        },
        {
            "start": 931775691,
            "stop": 931775706
        }
    ]
}