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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=526",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=524",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 525,
    "results": [
        {
            "start": 1262754428,
            "stop": 1262754513
        },
        {
            "start": 1262754516,
            "stop": 1262754723
        },
        {
            "start": 1262754726,
            "stop": 1262754786
        },
        {
            "start": 1262754789,
            "stop": 1262754952
        },
        {
            "start": 1262754955,
            "stop": 1262755062
        },
        {
            "start": 1262755065,
            "stop": 1262755100
        },
        {
            "start": 1262755103,
            "stop": 1262755131
        },
        {
            "start": 1262755134,
            "stop": 1262755301
        },
        {
            "start": 1262755304,
            "stop": 1262755307
        },
        {
            "start": 1262755310,
            "stop": 1262755322
        },
        {
            "start": 1262755325,
            "stop": 1262755851
        },
        {
            "start": 1262755854,
            "stop": 1262755968
        },
        {
            "start": 1262755971,
            "stop": 1262756071
        },
        {
            "start": 1262756074,
            "stop": 1262756078
        },
        {
            "start": 1262756081,
            "stop": 1262756198
        },
        {
            "start": 1262756201,
            "stop": 1262756375
        },
        {
            "start": 1262756378,
            "stop": 1262756587
        },
        {
            "start": 1262756590,
            "stop": 1262756696
        },
        {
            "start": 1262756699,
            "stop": 1262756798
        },
        {
            "start": 1262756801,
            "stop": 1262757010
        }
    ]
}