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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6660",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6658",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6659,
    "results": [
        {
            "start": 875036603,
            "stop": 875036794
        },
        {
            "start": 875036795,
            "stop": 875036797
        },
        {
            "start": 875036798,
            "stop": 875037000
        },
        {
            "start": 875037001,
            "stop": 875037391
        },
        {
            "start": 875037392,
            "stop": 875037633
        },
        {
            "start": 875037634,
            "stop": 875037887
        },
        {
            "start": 875037888,
            "stop": 875037975
        },
        {
            "start": 875037976,
            "stop": 875038192
        },
        {
            "start": 875038193,
            "stop": 875038242
        },
        {
            "start": 875038243,
            "stop": 875038284
        },
        {
            "start": 875038285,
            "stop": 875038473
        },
        {
            "start": 875038474,
            "stop": 875038544
        },
        {
            "start": 875038545,
            "stop": 875038601
        },
        {
            "start": 875038602,
            "stop": 875038632
        },
        {
            "start": 875038634,
            "stop": 875038651
        },
        {
            "start": 875038653,
            "stop": 875038785
        },
        {
            "start": 875038786,
            "stop": 875038827
        },
        {
            "start": 875038828,
            "stop": 875038974
        },
        {
            "start": 875038976,
            "stop": 875039173
        },
        {
            "start": 875039175,
            "stop": 875039574
        }
    ]
}