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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=552",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=550",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 551,
    "results": [
        {
            "start": 871851322,
            "stop": 871851331
        },
        {
            "start": 871851333,
            "stop": 871851523
        },
        {
            "start": 871851696,
            "stop": 871852740
        },
        {
            "start": 871852860,
            "stop": 871853580
        },
        {
            "start": 871858697,
            "stop": 871860562
        },
        {
            "start": 871860580,
            "stop": 871910857
        },
        {
            "start": 871910863,
            "stop": 871918560
        },
        {
            "start": 871918620,
            "stop": 871920222
        },
        {
            "start": 871920228,
            "stop": 871920697
        },
        {
            "start": 871923063,
            "stop": 871927320
        },
        {
            "start": 871927380,
            "stop": 871927590
        },
        {
            "start": 871927593,
            "stop": 871927603
        },
        {
            "start": 871927607,
            "stop": 871928654
        },
        {
            "start": 871928660,
            "stop": 871928940
        },
        {
            "start": 871929000,
            "stop": 871931442
        },
        {
            "start": 871931444,
            "stop": 871933676
        },
        {
            "start": 871934076,
            "stop": 871936799
        },
        {
            "start": 871936860,
            "stop": 871939542
        },
        {
            "start": 871939548,
            "stop": 871945429
        },
        {
            "start": 871945432,
            "stop": 871951027
        }
    ]
}