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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=750",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=748",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 749,
    "results": [
        {
            "start": 855873900,
            "stop": 855874260
        },
        {
            "start": 855874602,
            "stop": 855874812
        },
        {
            "start": 855874962,
            "stop": 855875622
        },
        {
            "start": 855876490,
            "stop": 855877510
        },
        {
            "start": 855877775,
            "stop": 855878075
        },
        {
            "start": 855881143,
            "stop": 855881683
        },
        {
            "start": 855881900,
            "stop": 855882320
        },
        {
            "start": 855882410,
            "stop": 855882770
        },
        {
            "start": 855882920,
            "stop": 855883880
        },
        {
            "start": 855883970,
            "stop": 855884600
        },
        {
            "start": 855884757,
            "stop": 855886497
        },
        {
            "start": 855886664,
            "stop": 855888944
        },
        {
            "start": 855889094,
            "stop": 855889664
        },
        {
            "start": 855889879,
            "stop": 855892189
        },
        {
            "start": 855892366,
            "stop": 855901426
        },
        {
            "start": 855902565,
            "stop": 855903045
        },
        {
            "start": 855904502,
            "stop": 855905702
        },
        {
            "start": 855905941,
            "stop": 855907741
        },
        {
            "start": 855907891,
            "stop": 855909241
        },
        {
            "start": 855909452,
            "stop": 855917612
        }
    ]
}