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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=275",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=273",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 274,
    "results": [
        {
            "start": 818225026,
            "stop": 818225028
        },
        {
            "start": 818225033,
            "stop": 818225036
        },
        {
            "start": 818225041,
            "stop": 818225043
        },
        {
            "start": 818225050,
            "stop": 818225054
        },
        {
            "start": 818225067,
            "stop": 818225069
        },
        {
            "start": 818225083,
            "stop": 818225084
        },
        {
            "start": 818225087,
            "stop": 818225089
        },
        {
            "start": 818225094,
            "stop": 818225098
        },
        {
            "start": 818225101,
            "stop": 818225102
        },
        {
            "start": 818225111,
            "stop": 818225114
        },
        {
            "start": 818225131,
            "stop": 818225132
        },
        {
            "start": 818225140,
            "stop": 818225144
        },
        {
            "start": 818225147,
            "stop": 818225148
        },
        {
            "start": 818225155,
            "stop": 818225161
        },
        {
            "start": 818225164,
            "stop": 818225168
        },
        {
            "start": 818225172,
            "stop": 818225173
        },
        {
            "start": 818225178,
            "stop": 818225184
        },
        {
            "start": 818225189,
            "stop": 818225193
        },
        {
            "start": 818225199,
            "stop": 818225200
        },
        {
            "start": 818225210,
            "stop": 818225211
        }
    ]
}