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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=373",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=371",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 372,
    "results": [
        {
            "start": 825534332,
            "stop": 825534692
        },
        {
            "start": 825534698,
            "stop": 825534890
        },
        {
            "start": 825534893,
            "stop": 825534926
        },
        {
            "start": 825534929,
            "stop": 825534970
        },
        {
            "start": 825534973,
            "stop": 825535029
        },
        {
            "start": 825535032,
            "stop": 825535048
        },
        {
            "start": 825535051,
            "stop": 825535062
        },
        {
            "start": 825535065,
            "stop": 825535091
        },
        {
            "start": 825535094,
            "stop": 825535104
        },
        {
            "start": 825535109,
            "stop": 825535115
        },
        {
            "start": 825535118,
            "stop": 825535208
        },
        {
            "start": 825535211,
            "stop": 825535244
        },
        {
            "start": 825535247,
            "stop": 825535273
        },
        {
            "start": 825535278,
            "stop": 825535288
        },
        {
            "start": 825535291,
            "stop": 825535314
        },
        {
            "start": 825535317,
            "stop": 825535324
        },
        {
            "start": 825535327,
            "stop": 825535366
        },
        {
            "start": 825535369,
            "stop": 825535378
        },
        {
            "start": 825535381,
            "stop": 825535473
        },
        {
            "start": 825535476,
            "stop": 825535497
        }
    ]
}