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=376
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=377",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=375",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 376,
    "results": [
        {
            "start": 825617995,
            "stop": 825618207
        },
        {
            "start": 825618210,
            "stop": 825618489
        },
        {
            "start": 825618492,
            "stop": 825622900
        },
        {
            "start": 825622903,
            "stop": 825622955
        },
        {
            "start": 825622958,
            "stop": 825625513
        },
        {
            "start": 825625516,
            "stop": 825626799
        },
        {
            "start": 825626802,
            "stop": 825627286
        },
        {
            "start": 825627289,
            "stop": 825628017
        },
        {
            "start": 825628021,
            "stop": 825630808
        },
        {
            "start": 825630811,
            "stop": 825632094
        },
        {
            "start": 825632097,
            "stop": 825633404
        },
        {
            "start": 825633407,
            "stop": 825633462
        },
        {
            "start": 825633465,
            "stop": 825634341
        },
        {
            "start": 825634345,
            "stop": 825634346
        },
        {
            "start": 825634349,
            "stop": 825637205
        },
        {
            "start": 825637209,
            "stop": 825640013
        },
        {
            "start": 825640016,
            "stop": 825640018
        },
        {
            "start": 825640021,
            "stop": 825640294
        },
        {
            "start": 825640298,
            "stop": 825640783
        },
        {
            "start": 825640786,
            "stop": 825641576
        }
    ]
}