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=268
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=269",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=267",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 268,
    "results": [
        {
            "start": 822458327,
            "stop": 822458692
        },
        {
            "start": 822458695,
            "stop": 822459689
        },
        {
            "start": 822459692,
            "stop": 822460480
        },
        {
            "start": 822460493,
            "stop": 822460698
        },
        {
            "start": 822460701,
            "stop": 822460854
        },
        {
            "start": 822460882,
            "stop": 822460883
        },
        {
            "start": 822460933,
            "stop": 822461119
        },
        {
            "start": 822461122,
            "stop": 822461291
        },
        {
            "start": 822461295,
            "stop": 822462212
        },
        {
            "start": 822462215,
            "stop": 822462630
        },
        {
            "start": 822462633,
            "stop": 822463693
        },
        {
            "start": 822463721,
            "stop": 822463722
        },
        {
            "start": 822463758,
            "stop": 822466771
        },
        {
            "start": 822466774,
            "stop": 822466946
        },
        {
            "start": 822466950,
            "stop": 822467165
        },
        {
            "start": 822467168,
            "stop": 822467177
        },
        {
            "start": 822467180,
            "stop": 822467826
        },
        {
            "start": 822467830,
            "stop": 822468003
        },
        {
            "start": 822468006,
            "stop": 822468396
        },
        {
            "start": 822468399,
            "stop": 822469004
        }
    ]
}