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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=283",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=281",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 282,
    "results": [
        {
            "start": 847611437,
            "stop": 847611456
        },
        {
            "start": 847611457,
            "stop": 847611541
        },
        {
            "start": 847611542,
            "stop": 847611564
        },
        {
            "start": 847611566,
            "stop": 847611567
        },
        {
            "start": 847611568,
            "stop": 847611569
        },
        {
            "start": 847611570,
            "stop": 847611584
        },
        {
            "start": 847611585,
            "stop": 847611616
        },
        {
            "start": 847611617,
            "stop": 847611658
        },
        {
            "start": 847611659,
            "stop": 847611666
        },
        {
            "start": 847611667,
            "stop": 847611695
        },
        {
            "start": 847611696,
            "stop": 847611712
        },
        {
            "start": 847611713,
            "stop": 847611914
        },
        {
            "start": 847611915,
            "stop": 847611922
        },
        {
            "start": 847611923,
            "stop": 847611925
        },
        {
            "start": 847611926,
            "stop": 847611957
        },
        {
            "start": 847611958,
            "stop": 847611967
        },
        {
            "start": 847611968,
            "stop": 847611973
        },
        {
            "start": 847611974,
            "stop": 847612084
        },
        {
            "start": 847612085,
            "stop": 847612095
        },
        {
            "start": 847612096,
            "stop": 847612262
        }
    ]
}