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=405
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=406",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=404",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 405,
    "results": [
        {
            "start": 825967385,
            "stop": 825968878
        },
        {
            "start": 825968882,
            "stop": 825969259
        },
        {
            "start": 825969262,
            "stop": 825969508
        },
        {
            "start": 825969511,
            "stop": 825969650
        },
        {
            "start": 825969654,
            "stop": 825970087
        },
        {
            "start": 825970090,
            "stop": 825970560
        },
        {
            "start": 825970680,
            "stop": 825970771
        },
        {
            "start": 825970775,
            "stop": 825970838
        },
        {
            "start": 825970841,
            "stop": 825970845
        },
        {
            "start": 825970848,
            "stop": 825970922
        },
        {
            "start": 825971513,
            "stop": 825971665
        },
        {
            "start": 825971670,
            "stop": 825971679
        },
        {
            "start": 825971685,
            "stop": 825971692
        },
        {
            "start": 825971695,
            "stop": 825971985
        },
        {
            "start": 825971988,
            "stop": 825972016
        },
        {
            "start": 825972019,
            "stop": 825972027
        },
        {
            "start": 825972030,
            "stop": 825972031
        },
        {
            "start": 825972034,
            "stop": 825972566
        },
        {
            "start": 825972579,
            "stop": 825972599
        },
        {
            "start": 825972603,
            "stop": 825972712
        }
    ]
}