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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=185",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=183",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 184,
    "results": [
        {
            "start": 844103725,
            "stop": 844118902
        },
        {
            "start": 844119151,
            "stop": 844119324
        },
        {
            "start": 844119325,
            "stop": 844120723
        },
        {
            "start": 844121064,
            "stop": 844121917
        },
        {
            "start": 844122217,
            "stop": 844122686
        },
        {
            "start": 844122796,
            "stop": 844123424
        },
        {
            "start": 844123724,
            "stop": 844126560
        },
        {
            "start": 844126650,
            "stop": 844183013
        },
        {
            "start": 844183310,
            "stop": 844199511
        },
        {
            "start": 844203582,
            "stop": 844244946
        },
        {
            "start": 844246711,
            "stop": 844310919
        },
        {
            "start": 844331503,
            "stop": 844331691
        },
        {
            "start": 844331991,
            "stop": 844345196
        },
        {
            "start": 844345306,
            "stop": 844347808
        },
        {
            "start": 844354769,
            "stop": 844356552
        },
        {
            "start": 844356852,
            "stop": 844356898
        },
        {
            "start": 844357008,
            "stop": 844361059
        },
        {
            "start": 844361115,
            "stop": 844361416
        },
        {
            "start": 844361464,
            "stop": 844362634
        },
        {
            "start": 844362687,
            "stop": 844370166
        }
    ]
}