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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40934",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40932",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40933,
    "results": [
        {
            "start": 875107802,
            "stop": 875107842
        },
        {
            "start": 875107843,
            "stop": 875107871
        },
        {
            "start": 875107872,
            "stop": 875107903
        },
        {
            "start": 875107904,
            "stop": 875107923
        },
        {
            "start": 875107924,
            "stop": 875107953
        },
        {
            "start": 875107955,
            "stop": 875107962
        },
        {
            "start": 875107964,
            "stop": 875107969
        },
        {
            "start": 875107970,
            "stop": 875107998
        },
        {
            "start": 875107999,
            "stop": 875108002
        },
        {
            "start": 875108003,
            "stop": 875108004
        },
        {
            "start": 875108005,
            "stop": 875108009
        },
        {
            "start": 875108011,
            "stop": 875108035
        },
        {
            "start": 875108036,
            "stop": 875108269
        },
        {
            "start": 875108270,
            "stop": 875108292
        },
        {
            "start": 875108293,
            "stop": 875108304
        },
        {
            "start": 875108305,
            "stop": 875108318
        },
        {
            "start": 875108319,
            "stop": 875108417
        },
        {
            "start": 875108419,
            "stop": 875108431
        },
        {
            "start": 875108432,
            "stop": 875108479
        },
        {
            "start": 875108480,
            "stop": 875108503
        }
    ]
}