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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=523",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=521",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 522,
    "results": [
        {
            "start": 826642903,
            "stop": 826643240
        },
        {
            "start": 826645091,
            "stop": 826648092
        },
        {
            "start": 826648095,
            "stop": 826658293
        },
        {
            "start": 826659119,
            "stop": 826660931
        },
        {
            "start": 826661962,
            "stop": 826666820
        },
        {
            "start": 826670429,
            "stop": 826670802
        },
        {
            "start": 826671330,
            "stop": 826673001
        },
        {
            "start": 826673003,
            "stop": 826681239
        },
        {
            "start": 826688264,
            "stop": 826700209
        },
        {
            "start": 826701367,
            "stop": 826702907
        },
        {
            "start": 826702908,
            "stop": 826702942
        },
        {
            "start": 826702943,
            "stop": 826709173
        },
        {
            "start": 826710267,
            "stop": 826717513
        },
        {
            "start": 826718191,
            "stop": 826718262
        },
        {
            "start": 826719448,
            "stop": 826724353
        },
        {
            "start": 826725361,
            "stop": 826727494
        },
        {
            "start": 826727495,
            "stop": 826730127
        },
        {
            "start": 826733464,
            "stop": 826744873
        },
        {
            "start": 826747456,
            "stop": 826801513
        },
        {
            "start": 826802736,
            "stop": 826804205
        }
    ]
}