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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=106",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=104",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 105,
    "results": [
        {
            "start": 828095627,
            "stop": 828095904
        },
        {
            "start": 828095936,
            "stop": 828102336
        },
        {
            "start": 828102368,
            "stop": 828109024
        },
        {
            "start": 828109056,
            "stop": 828112497
        },
        {
            "start": 828116725,
            "stop": 828118033
        },
        {
            "start": 828121528,
            "stop": 828126045
        },
        {
            "start": 828126330,
            "stop": 828126428
        },
        {
            "start": 828126592,
            "stop": 828126952
        },
        {
            "start": 828127014,
            "stop": 828128113
        },
        {
            "start": 828134180,
            "stop": 828134560
        },
        {
            "start": 828134592,
            "stop": 828138354
        },
        {
            "start": 828138944,
            "stop": 828140224
        },
        {
            "start": 828140256,
            "stop": 828149105
        },
        {
            "start": 828149108,
            "stop": 828152320
        },
        {
            "start": 828152352,
            "stop": 828153407
        },
        {
            "start": 828154571,
            "stop": 828156313
        },
        {
            "start": 828157452,
            "stop": 828158155
        },
        {
            "start": 828165138,
            "stop": 828167413
        },
        {
            "start": 828170357,
            "stop": 828170874
        },
        {
            "start": 828176226,
            "stop": 828178573
        }
    ]
}