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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46732",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46730",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46731,
    "results": [
        {
            "start": 875067303,
            "stop": 875067326
        },
        {
            "start": 875067327,
            "stop": 875067337
        },
        {
            "start": 875067339,
            "stop": 875067341
        },
        {
            "start": 875067343,
            "stop": 875067345
        },
        {
            "start": 875067346,
            "stop": 875067362
        },
        {
            "start": 875067363,
            "stop": 875067365
        },
        {
            "start": 875067367,
            "stop": 875067402
        },
        {
            "start": 875067403,
            "stop": 875067414
        },
        {
            "start": 875067415,
            "stop": 875067434
        },
        {
            "start": 875067435,
            "stop": 875067436
        },
        {
            "start": 875067438,
            "stop": 875067446
        },
        {
            "start": 875067447,
            "stop": 875067496
        },
        {
            "start": 875067497,
            "stop": 875067508
        },
        {
            "start": 875067509,
            "stop": 875067529
        },
        {
            "start": 875067531,
            "stop": 875067552
        },
        {
            "start": 875067553,
            "stop": 875067593
        },
        {
            "start": 875067594,
            "stop": 875067604
        },
        {
            "start": 875067605,
            "stop": 875067615
        },
        {
            "start": 875067616,
            "stop": 875067636
        },
        {
            "start": 875067637,
            "stop": 875067666
        }
    ]
}